From be6229357ab577645690820734297b4ee1de878d Mon Sep 17 00:00:00 2001 From: Claudio Russo Date: Tue, 25 Oct 2022 14:02:58 +0100 Subject: [PATCH] Releasing 0.7.2 (#3518) new release to avoid recently introduced bugs in base/Buffer.mo. --- Changelog.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Changelog.md b/Changelog.md index f20b3fd3060..59266e23d83 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,5 +1,11 @@ # Motoko compiler changelog +## 0.7.2 (2022-10-25) + +* motoko-base + + * Fix bugs in `Buffer` library affecting `remove` and `filterEntries` (dfinity/motoko-base#419). + ## 0.7.1 (2022-10-24) * motoko (`moc`)