1
0
mirror of https://github.com/janet-lang/janet synced 2025-09-11 07:16:11 +00:00

Update CHANGELOG.md

This commit is contained in:
Calvin Rose
2025-09-01 15:59:39 -05:00
parent ab3e843433
commit 976329abc1

View File

@@ -1,6 +1,10 @@
# Changelog
All notable changes to this project will be documented in this file.
## Unreleased - ???
- Add `gcperthread` callback for abstract types. This lets threaded abstracts have a finalizer that is called per thread, as well as a global finalizer.
- Add `JANET_DO_ERROR_*` flags to describe the return value of `janet_dobytes` and `janet_dostring`.
## 1.39.1 - 2025-08-30
- Add support for chdir in os/spawn on older macOS versions
- Expose channels properly in C API