aboutsummaryrefslogtreecommitdiffhomepage
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorCalvin Rose <calsrose@gmail.com>2025-04-05 17:30:46 -0500
committerCalvin Rose <calsrose@gmail.com>2025-04-05 17:30:46 -0500
commitbdab93c999f302a5b6954cbe229e29061fb3ab50 (patch)
tree24c0ed62d0fcf036d901382cb3748ec5cc246d58 /CHANGELOG.md
parentAdd os/getpid (diff)
Add `{:err :out}` option to os/spawn.
This special case in the os/spawn interface allows easily redirecting both stderr and stdout to the same pipe.
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 da897093..0417c142 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -3,6 +3,8 @@ All notable changes to this project will be documented in this file.
## Unreleased - ???
- 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.
## 1.38.0 - 2025-03-18
- Add `bundle/replace`