aboutsummaryrefslogtreecommitdiffhomepage
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorCalvin Rose <calsrose@gmail.com>2025-08-30 08:11:18 -0500
committerCalvin Rose <calsrose@gmail.com>2025-08-30 08:11:18 -0500
commite9c6678614ef731d5c4e9bf7915c48224eb0aeb1 (patch)
treece025197b0782e7b8f05a3e77ce00bb539fd8ebc /CHANGELOG.md
parentUpdate meson.build version. (diff)
Update janet for 1.39.1v1.39.1
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 51cbd724..e9d64f56 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.39.1 - 2025-08-30
+- Add support for chdir in os/spawn on older macOS versions
+- Expose channels properly in C API
+
## 1.39.0 - 2025-08-24
- Various bug fixes
- Add `net/socket`