aboutsummaryrefslogtreecommitdiffhomepage
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorMichael Camilleri <mike@inqk.net>2025-04-09 10:38:59 +0900
committerMichael Camilleri <mike@inqk.net>2025-04-09 10:40:19 +0900
commit6254fffad08d61b0d1fa7ac1e295eb161c1d45db (patch)
treed36193c1df82f8e562de14a637b6fbf5077d217e /CHANGELOG.md
parentFix absence of pthread_cancel in Android (diff)
Update changelog to include change to `ev/deadline`
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 0417c142..d55b9d41 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -5,6 +5,7 @@ All notable changes to this project will be documented in this file.
- Make `ffi/write` append to a buffer instead of insert at 0 by default.
- Add `os/getpid` to get the current process id.
- Add `:out` option to `os/spawn` to be able to redirect stderr to stdout with pipes.
+ Add `interrupt?` argument to `ev/deadline` to use VM interruptions.
## 1.38.0 - 2025-03-18
- Add `bundle/replace`