aboutsummaryrefslogtreecommitdiffhomepage
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorCalvin Rose <calsrose@gmail.com>2024-08-22 19:35:59 -0500
committerCalvin Rose <calsrose@gmail.com>2024-08-22 19:37:41 -0500
commit43ecd4f2d895d2f0dd9d5e109bcaa1b34a3bffb5 (patch)
treee0bd9a2efb38c20caa0872e51476c7c0bc89ac50 /CHANGELOG.md
parentBetter handle extra filewatch events on wine. (diff)
Add fixes for marshalling weak containers - Fix #1488
Weak containers did not preserve their weakness when marshalled. This fixes that for tables and arrays, as well as adds some tests for this. Also exposes functions for creating weak tables in janet.h
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index d1f6833e..1205379c 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -9,6 +9,8 @@ All notable changes to this project will be documented in this file.
These streams cannot be directly read to and written from, but can be passed to subprocesses.
- Add `array/join`
- Add `tuple/join`
+- Fix marshalling weak tables and weak arrays.
+- Expose C functions for constructing weak tables in janet.h
## 1.35.2 - 2024-06-16
- Add `bundle/add-bin` to make installing scripts easier. This also establishes a packaging convention for it.