From 455de80f1f063952583ff565da595e064718e2fc Mon Sep 17 00:00:00 2001 From: Connor Skees Date: Sun, 19 May 2024 04:02:08 +0000 Subject: [PATCH] update changelog --- CHANGELOG.md | 25 +++++++++++++++---------- 1 file changed, 15 insertions(+), 10 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6f9c352..923c07e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,24 +7,29 @@ --> +# 0.13.3 + +- implement builtin string-module function `string.split(..)` (#96) by @xpe +- implement functionality for intercepting logs (#93) by cryocz + # 0.13.2 - - update rustix dependency to silence security warning - - fix @forward statement altering the scope of the forwarded module (#85) by @kketch - - bump MSRV to 1.70.0 +- update rustix dependency to silence security warning +- fix @forward statement altering the scope of the forwarded module (#85) by @kketch +- bump MSRV to 1.70.0 # 0.13.1 - - update `clap` dependency to 4.x.x to silence `atty` security warning - - bump MSRV to 1.64.0 for new `clap` version - - fix bug in which `--no-charset` flag wasn't respected +- update `clap` dependency to 4.x.x to silence `atty` security warning +- bump MSRV to 1.64.0 for new `clap` version +- fix bug in which `--no-charset` flag wasn't respected # 0.13.0 - - 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) +- 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