mirror of
https://github.com/janet-lang/janet
synced 2024-12-26 00:10:27 +00:00
Update changelog with a few fixes.
This commit is contained in:
parent
6db796e10c
commit
726d35c766
@ -1,6 +1,13 @@
|
|||||||
# Changelog
|
# Changelog
|
||||||
All notable changes to this project will be documented in this file.
|
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
|
## 1.21.2 - 2022-04-01
|
||||||
- C functions `janet_dobytes` and `janet_dostring` will now enter the event loop if it is enabled.
|
- 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.
|
- Fix hashing regression - hash of negative 0 must be the same as positive 0 since they are equal.
|
||||||
|
Loading…
Reference in New Issue
Block a user