~ chicken-core (chicken-5) 8a5b8288ea4e5dad214719971ac4f4aa1bc5aa85


commit 8a5b8288ea4e5dad214719971ac4f4aa1bc5aa85
Author:     felix <felix@call-with-current-continuation.org>
AuthorDate: Mon Mar 24 18:49:05 2025 +0100
Commit:     felix <felix@call-with-current-continuation.org>
CommitDate: Mon Mar 24 18:49:05 2025 +0100

    mention change of "make-input-port"/"make-output-port" arguments to keyword args

diff --git a/NEWS b/NEWS
index d4508ea9..e6d53661 100644
--- a/NEWS
+++ b/NEWS
@@ -30,6 +30,8 @@
   - Removed `set-port-name!', use the SRFI-17 setter for `port-name'
     instead.
   - Added `port-encoding' to the (chicken port) module.
+  - `make-input-port' and `make-output-port' take their optional
+    port methods as keyword arguments now.
   - Locatives on strings are now indexed by code-point, not byte.
   - `symbol-escape' now also controls whether symbols are printed in
     escaped ("|...|") mode or not.
Trap