From 726d35c7666ce7ac7280711c1ca5be993c7f31ec Mon Sep 17 00:00:00 2001 From: Calvin Rose Date: Fri, 22 Apr 2022 23:12:03 -0500 Subject: [PATCH] Update changelog with a few fixes. --- CHANGELOG.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 38dd2790..427193e0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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.