diff options
| author | 2024-12-01 09:04:03 -0600 | |
|---|---|---|
| committer | 2024-12-01 09:04:03 -0600 | |
| commit | a0eeb630e70a0271d4cd72e153dbb39078ffbcbb (patch) | |
| tree | 46cdddb095d054c195563c261a58940ef35629cb /CHANGELOG.md | |
| parent | Merge 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.md | 2 |
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` |
