aboutsummaryrefslogtreecommitdiffhomepage
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorCalvin Rose <calsrose@gmail.com>2024-12-01 09:04:03 -0600
committerCalvin Rose <calsrose@gmail.com>2024-12-01 09:04:03 -0600
commita0eeb630e70a0271d4cd72e153dbb39078ffbcbb (patch)
tree46cdddb095d054c195563c261a58940ef35629cb /CHANGELOG.md
parentMerge pull request #1522 from sogaiu/remove-pstatus (diff)
Correct documentation for issue #1523
net/* API documentation was not consistent with the implementation. The `ev/*` module documentation was, however. On timeout, all networking function calls raise an error and do not return nil. That was the old behavior.
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 308f32f7..3f5d0640 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -2,6 +2,8 @@
All notable changes to this project will be documented in this file.
## ??? - Unreleased
+- Update timeout documentation for networking APIs: timeouts raise errors and do not return nil.
+- Add `janet_addtimeout_nil(double sec);` to the C API.
- Change string hashing.
- Fix string equality bug.
- Add `assertf`