diff options
| author | 2024-08-11 08:47:10 -0500 | |
|---|---|---|
| committer | 2024-08-11 08:47:10 -0500 | |
| commit | 6bd58dd4c05340dba69ef1cf74cfe88470d4aa87 (patch) | |
| tree | 91dd56093461d7fd8dbad9fe0d83e31804aba70c /CHANGELOG.md | |
| parent | Update changelog and ensure consistent version strings. (diff) | |
Update CHANGELOG.md
Diffstat (limited to 'CHANGELOG.md')
| -rw-r--r-- | CHANGELOG.md | 4 |
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` |
