From a39386fd792c6fecd51a1ec314cc01f4d5cc6e1e Mon Sep 17 00:00:00 2001 From: Gabor Greif Date: Thu, 24 Feb 2022 13:37:13 +0100 Subject: [PATCH] Releasing 0.6.22 (#3124) --- Changelog.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/Changelog.md b/Changelog.md index d2fd87b6f81..119fde3131c 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,5 +1,16 @@ # Motoko compiler changelog +## 0.6.22 (2022-02-23) + +* motoko (`moc`) + + * Fix: remove bogus error when transitively importing module with + selective field imports (#3121) + * Fix: Treating eponymous types from separate candid files (#3103) + +* Various reports from CI are now pushed to + https://dfinity.github.io/motoko (#3113) + ## 0.6.21 (2022-01-31) * motoko (`moc`)