diff options
| author | 2025-09-01 15:59:39 -0500 | |
|---|---|---|
| committer | 2025-09-01 15:59:39 -0500 | |
| commit | 976329abc1ae4aac0fdaf984e8c33118eef087fc (patch) | |
| tree | fc001535416c7dcd0bef9baafd900496ef57a3ff /CHANGELOG.md | |
| parent | Add test case for string/format %s of buffer (diff) | |
Update CHANGELOG.md
Diffstat (limited to 'CHANGELOG.md')
| -rw-r--r-- | CHANGELOG.md | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index e9d64f56..5362465e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 |
