aboutsummaryrefslogtreecommitdiffhomepage
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorMichael Camilleri <mike@inqk.net>2024-12-15 17:36:54 +0900
committerMichael Camilleri <mike@inqk.net>2024-12-15 17:38:01 +0900
commit687b987f7e7a6352701eea68725ad861a32a77fa (patch)
tree7f5293573d19ab01a818b72a7ad6d8712e244960 /CHANGELOG.md
parentPrevent await inside janet_call - address #1531 (diff)
Add `ev/to-file` for synchronous resource operations
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 7c36f2f1..b4e600bb 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,6 +1,9 @@
# Changelog
All notable changes to this project will be documented in this file.
+## ??? - Unreleased
+- Add `ev/to-file` for synchronous resource operations
+
## 1.37.1 - 2024-12-05
- Fix meson cross compilation
- Update timeout documentation for networking APIs: timeouts raise errors and do not return nil.