From 3bc2376b4fdd1cea7f3608c9abd9e2d6e822ffc2 Mon Sep 17 00:00:00 2001 From: Connor Skees Date: Sun, 9 Jul 2023 21:56:31 +0000 Subject: [PATCH] update changelog for 0.13.0 --- CHANGELOG.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 77e353d..5f7a63d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,9 +9,10 @@ # 0.13.0 - - fix various module system bugs when combined with `@import` + - fix various module system bugs when combined with `@import`. this is potentially breaking in rare cases where users were relying on the incorrect behavior - expose more AST internals in `grass_compiler` - allow building docs with stable/beta rust compiler + - support `...$keys` argument to `map-get(..)`/`map.get(..)` (#83) # 0.12.4