aboutsummaryrefslogtreecommitdiffhomepage
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorCalvin Rose <calsrose@gmail.com>2025-04-11 21:10:04 -0500
committerCalvin Rose <calsrose@gmail.com>2025-04-11 21:10:49 -0500
commit92a852f2df9a7f0e1456db14ad74bf62f410205c (patch)
tree7c2ff1c3e5d38ab13a829d707a12310adae65b10 /CHANGELOG.md
parentmake format (diff)
Add ev/to-stream.
This function is symmetrical to ev/to-file and can convert a blocking file to a stream (with caveats).
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 d55b9d41..8572e550 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -2,6 +2,7 @@
All notable changes to this project will be documented in this file.
## Unreleased - ???
+- Add `ev/to-stream`
- 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.