aboutsummaryrefslogtreecommitdiffhomepage
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorCalvin Rose <calsrose@gmail.com>2025-08-24 17:09:00 -0500
committerCalvin Rose <calsrose@gmail.com>2025-08-24 17:09:39 -0500
commit4e02f27eb95ea2bdc86464a42bf678f700dfe82c (patch)
tree45039cd96a9abce4a5e5a1ce8a6bc907034c561e /CHANGELOG.md
parentMerge pull request #1628 from snltd/illumos-support (diff)
Prepare for 1.39.0 releasev1.39.0
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md5
1 files changed, 4 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index c6e1847a..51cbd724 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,7 +1,10 @@
# Changelog
All notable changes to this project will be documented in this file.
-## Unreleased - ???
+## 1.39.0 - 2025-08-24
+- Various bug fixes
+- Add `net/socket`
+- Add support for illumos OS
- Raise helpful errors for incorrect arguments to `import`.
- Allow configuring `JANET_THREAD_LOCAL` during builds to allow multi-threading on unknown compilers.
- Make `ffi/write` append to a buffer instead of insert at 0 by default.