aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorCalvin Rose <calsrose@gmail.com>2025-11-16 17:39:19 -0600
committerCalvin Rose <calsrose@gmail.com>2025-11-16 17:39:19 -0600
commit1449ad8b31947999b2b6887fe633883106e5e65c (patch)
treede2fa708e32142b3f23241060ac9b1a50f8d11ff
parentPrepare for 1.40.1 patch release. (diff)
Update changelog.v1.40.1
-rw-r--r--CHANGELOG.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 5302d132..c46147a6 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,6 +1,10 @@
# Changelog
All notable changes to this project will be documented in this file.
+## 1.40.1 - 2025-11-16
+- Fix `JANET_REDUCED_OS` build regression caused by `os/posix-chroot`.
+- Code formatting
+
## 1.40.0 - 2025-11-15
- Add `os/posix-chroot`
- Fix `ev/deadline` with interrupt race condition bug on Windows.