From 7437bc1a65cffeffcc83993bc60b55d8a0433d64 Mon Sep 17 00:00:00 2001 From: Claudio Russo Date: Fri, 28 Jan 2022 20:52:40 +0000 Subject: [PATCH] Update Changelog.md (#3080) --- Changelog.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Changelog.md b/Changelog.md index 4a1f5538121..8540f2f68f0 100644 --- a/Changelog.md +++ b/Changelog.md @@ -4,6 +4,7 @@ * motoko + * Fix: insert critical overflow checks preventing rare heap corruptions in out-of-memory allocation and stable variable serialization (#3077) * Implement support for `heartbeat` system methods (thanks to ninegua) (#2971) * motoko-base