diff --git a/Changelog.md b/Changelog.md index d9182344ed8..083a03b3cc6 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,5 +1,7 @@ # Motoko compiler changelog +== 0.6.12 (2021-10-22) + * `for` loops over arrays are now converted to more efficient index-based iteration (#2831). This can result in significant cycle savings for tight loops, as well as slightly less memory usage.