Update CHANGELOG.md

This commit is contained in:
Calvin Rose 2022-01-22 19:38:08 -06:00
parent 6b949a7375
commit 0d089abe67
1 changed files with 8 additions and 0 deletions

View File

@ -1,6 +1,14 @@
# Changelog
All notable changes to this project will be documented in this file.
## ??? - Unreleased
- Add `:redef` dynamic binding that will allow users to redefine top-level bindings with late binding. This
is intended for development use.
- Fix a bug with reading from a stream returned by `os/open` on Windows and Linux.
- Add `:ppc64` as a detectable OS type.
- Add `& more` support for destructuring in the match macro.
- Add `& more` support for destructuring in all binding forms (`def`).
## 1.19.2 - 2021-12-06
- Fix bug with missing status lines in some stack traces.
- Update hash function to have better statistical properties.