aboutsummaryrefslogtreecommitdiffhomepage
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorCalvin Rose <calsrose@gmail.com>2024-12-05 20:18:16 -0600
committerCalvin Rose <calsrose@gmail.com>2024-12-05 20:18:16 -0600
commit83e8aab2897aa2982db48668e85757eef680ea5e (patch)
tree835387be247a4c42094df1ddf1b9bf099a9c7f08 /CHANGELOG.md
parentPrepare for 1.37.0 release. (diff)
Prepare for 1.37.1 release and fix CI.v1.37.1
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 48c5e80b..7c36f2f1 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,7 +1,7 @@
# Changelog
All notable changes to this project will be documented in this file.
-## 1.37.0 - 2024-12-05
+## 1.37.1 - 2024-12-05
- Fix meson cross compilation
- Update timeout documentation for networking APIs: timeouts raise errors and do not return nil.
- Add `janet_addtimeout_nil(double sec);` to the C API.