1
0
mirror of https://github.com/janet-lang/janet synced 2025-05-28 20:24:13 +00:00

Update CHANGELOG.

This commit is contained in:
Calvin Rose 2024-12-19 18:31:05 -06:00
parent b2d2690eb9
commit 8043caf581
2 changed files with 82 additions and 80 deletions

View File

@ -2,6 +2,8 @@
All notable changes to this project will be documented in this file.
## ??? - Unreleased
- Fix `deep=` and `deep-not=` to better handle degenerate cases with mutable table keys
- Long strings will now dedent on `\r\n` instead of just `\n`.
- Add `ev/to-file` for synchronous resource operations
## 1.37.1 - 2024-12-05