aboutsummaryrefslogtreecommitdiffhomepage
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorCalvin Rose <calsrose@gmail.com>2024-08-14 17:34:48 -0500
committerCalvin Rose <calsrose@gmail.com>2024-08-14 17:34:48 -0500
commitaf2eb062984329601ba9f8dc105d76d03dfeae46 (patch)
treecb658ea3f7edfba826cb34eddb7d6303277f4110 /CHANGELOG.md
parentStop out better configuration. (diff)
Expose janet_channel_make and janet_channel_make_threaded
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 949ea99d..d1f6833e 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 experimental `filewatch/` module for listening to file system changes.
- 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.