From 770499397037cbef12e7a6d502cc3b2eea7a9b6b Mon Sep 17 00:00:00 2001 From: Claudio Russo Date: Tue, 1 Nov 2022 13:37:40 +0000 Subject: [PATCH] Releasing 0.7.3 (#3536) --- Changelog.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/Changelog.md b/Changelog.md index 3149f6eb1d6..1804328bd0e 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,13 +1,17 @@ # Motoko compiler changelog +## 0.7.3 (2022-11-01) + * motoko (`moc`) - * Statically reject shared functions and function types with type parameters (#3519, #3522) - * Performance improvement: `Array.init` and `Array.tabulate` (#3526) + * Statically reject shared functions and function types with type parameters (#3519, #3522). + + * Performance improvement: `Array.init` and `Array.tabulate` (#3526). * motoko-base * Add some examples to `Buffer` library documentation (dfinity/motoko-base#420). + * Fix another bug in `Buffer` library affecting `filterEntries` (dfinity/motoko-base#422). ## 0.7.2 (2022-10-25)