diff options
| author | 2025-03-28 09:59:02 -0500 | |
|---|---|---|
| committer | 2025-03-28 10:00:40 -0500 | |
| commit | b458404b41c5a53b9a2c396660146e16280eb3c6 (patch) | |
| tree | 1b82f60377bd351fad957f4b7f9b8020c3a70ff6 /CHANGELOG.md | |
| parent | Merge pull request #1575 from pyrmont/feature.ev-interrupt2 (diff) | |
Update ffi/write to append to a buffer by default.
Diffstat (limited to 'CHANGELOG.md')
| -rw-r--r-- | CHANGELOG.md | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 2f42a156..da897093 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,9 @@ # Changelog 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. + ## 1.38.0 - 2025-03-18 - Add `bundle/replace` - Add CLI flags for the `bundle/` module to install and manage bundles. |
