aboutsummaryrefslogtreecommitdiffhomepage
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorCalvin Rose <calsrose@gmail.com>2024-08-11 08:47:10 -0500
committerCalvin Rose <calsrose@gmail.com>2024-08-11 08:47:10 -0500
commit6bd58dd4c05340dba69ef1cf74cfe88470d4aa87 (patch)
tree91dd56093461d7fd8dbad9fe0d83e31804aba70c /CHANGELOG.md
parentUpdate changelog and ensure consistent version strings. (diff)
Update CHANGELOG.md
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index b8797b03..949ea99d 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -2,6 +2,10 @@
All notable changes to this project will be documented in this file.
## Unreleased - ???
+- Add `bundle/who-is` to query which bundle a file on disk was installed by.
+- Add `geomean` function
+- Add `:R` and `:W` flags to `os/pipe` to create blocking pipes on Posix and Windows systems.
+ These streams cannot be directly read to and written from, but can be passed to subprocesses.
- Add `array/join`
- Add `tuple/join`