aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorCalvin Rose <calsrose@gmail.com>2023-10-15 14:32:56 -0500
committerCalvin Rose <calsrose@gmail.com>2023-10-15 14:32:56 -0500
commita363fd926dd7adedabc9288748048b769d8e666e (patch)
tree9e7aec787533e73e114fcb681b48362729b2e844
parentMove posix-fork inside correct if-def (diff)
Update CHANGELOG.md
-rw-r--r--CHANGELOG.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 91f0c5f9..64c08561 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -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.