Update changelog with a few fixes.

This commit is contained in:
Calvin Rose 2022-04-22 23:12:03 -05:00
parent 6db796e10c
commit 726d35c766
1 changed files with 7 additions and 0 deletions

View File

@ -1,6 +1,13 @@
# Changelog
All notable changes to this project will be documented in this file.
## Unreleased - ???
- Fix printing issue in `doc` macro.
- Numerous updates to function docstrings
- Add `defdyn` aliases for various dynamic bindings used in core.
- Install `janet.h` symlink to make Janet native libraries and applications
easier to build without `jpm`.
## 1.21.2 - 2022-04-01
- C functions `janet_dobytes` and `janet_dostring` will now enter the event loop if it is enabled.
- Fix hashing regression - hash of negative 0 must be the same as positive 0 since they are equal.