From 00d60e4ccabefa072bb935f7d7f0238f8962d448 Mon Sep 17 00:00:00 2001 From: Gabor Greif Date: Mon, 7 Oct 2024 17:16:24 +0200 Subject: [PATCH] chore: Releasing 0.13.1 (#4726) --- Changelog.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/Changelog.md b/Changelog.md index bab1bb0b4b6..79b9fc7ad32 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,11 +1,17 @@ # Motoko compiler changelog +## 0.13.1 (2024-10-07) + * motoko (`moc`) * Improved error messages for unbound identifiers and fields that avoid reporting large types and use an edit-distance based metric to suggest alternatives (#4720). * Flag `--ai-errors` to tailor error messages to AI clients (#4720). + * Compilation units containing leading type definitions are now rejected with an improved error message (#4714). + + * bugfix: `floatToInt64` now behaves correctly in the interpreter too (#4712). + ## 0.13.0 (2024-09-17) * motoko (`moc`) @@ -93,6 +99,10 @@ } ``` +* motoko-base + + * Added `Iter.concat` function (thanks to AndyGura) (dfinity/motoko-baseā #650). + ## 0.12.0 (2024-07-26) * motoko (`moc`)