From cf4271af149ff5caad6a67977f0ea23d6823a277 Mon Sep 17 00:00:00 2001 From: Bruno Deferrari Date: Tue, 17 Sep 2019 16:50:06 -0300 Subject: [PATCH] Update changelog for release of 21.2 --- CHANGELOG.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a9cda9f..5fe49e9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,11 +6,13 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) ## [Unreleased] +## [21.2] - 2019-09-17 + ### Fixed - variables that shadow a pattern match variable no longer get ebr'd. - `print-vector?` will now handle empty absvectors, returning `false`. - Removed `<>` from initialisation of `shen.external-symbols`. -- Fix `preclude*` and `include*` not working for datatypes defined inside packages. +- Fix `preclude*` and `include*` not working for datatypes defined inside packages. ### Changed - `tests.shen` no longer resets pass/fail counters when test suite is finished. @@ -315,7 +317,8 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) - y-or-n? fixed - compiler warnings suppressed in CLisp -[Unreleased]: https://github.com/Shen-Language/shen-sources/compare/shen-21.1...HEAD +[Unreleased]: https://github.com/Shen-Language/shen-sources/compare/shen-21.2...HEAD +[21.2]: https://github.com/Shen-Language/shen-sources/compare/shen-21.1...shen-21.2 [21.1]: https://github.com/Shen-Language/shen-sources/compare/shen-21.0...shen-21.1 [21.0]: https://github.com/Shen-Language/shen-sources/compare/shen-20.1...shen-21.0 [20.1]: https://github.com/Shen-Language/shen-sources/compare/shen-20.0...shen-20.1