Skip to content

Commit

Permalink
Update changelog for release of 21.2
Browse files Browse the repository at this point in the history
  • Loading branch information
tizoc committed Sep 17, 2019
1 parent 4b4c85c commit cf4271a
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit cf4271a

Please sign in to comment.