~ chicken-core (master) 070de065250063e7a157e3d61d6595116a3f4a5a


commit 070de065250063e7a157e3d61d6595116a3f4a5a
Author:     felix <felix@call-with-current-continuation.org>
AuthorDate: Mon Aug 24 20:06:57 2026 +0200
Commit:     felix <felix@call-with-current-continuation.org>
CommitDate: Mon Aug 24 20:06:57 2026 +0200

    updated NEWS

diff --git a/NEWS b/NEWS
index d71168b8..e652310f 100644
--- a/NEWS
+++ b/NEWS
@@ -7,6 +7,13 @@
   - Fixed various bugs in the implementation of the use of explicit port 
     methods for reading bytevectors in custom input ports.
   - Fixed implementation of `read-buffered' for string input-ports.
+  - Printing at the REPL didn't implement output-limit handling, this has
+    been added now.
+  - "string-translate*" now properly checks the structure of the string
+    map argument.
+  - The procedures in "(scheme write)" respect any print-length limits
+    imposed by the REPL.
+  - Fixed a bug in "read-string" when reading from a binary port.
 
 - Syntax expander
   - Fixed bug in handling of "export-all" library declaration which caused
Trap