From 77193e7af8ca113ff2fd59646334b2c0d222c737 Mon Sep 17 00:00:00 2001 From: Claudio Russo Date: Mon, 7 Mar 2022 16:55:50 +0000 Subject: [PATCH] Releasing 0.6.25 (#3144) --- Changelog.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Changelog.md b/Changelog.md index cd37fc5ed46..a346f6519da 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,5 +1,11 @@ # Motoko compiler changelog +## 0.6.25 (2022-03-07) + +* motoko (`moc`) + + * bugfix: fix bogus elision of type constructors sharing names with primitive types in --stable-types section and .most file (#3140) + ## 0.6.24 (2022-03-06) * motoko (`moc`)