Update CHANGELOG.md

This commit is contained in:
Calvin Rose 2023-10-15 14:32:56 -05:00
parent 21ebede529
commit a363fd926d
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
# Changelog
All notable changes to this project will be documented in this file.
## 1.32.0 - 2023-10-14
## 1.32.1 - 2023-10-15
- Fix return value from C function `janet_dobytes` when called on Janet functions that yield to event loop.
- Change C API for event loop interaction - get rid of JanetListener and instead use `janet_async_start` and `janet_async_end`.
- Rework event loop to make fewer system calls on kqueue and epoll.