~ chicken-core (chicken-5) 997d1bd7fc19fda4e082a7156a846d30e79ab021


commit 997d1bd7fc19fda4e082a7156a846d30e79ab021
Author:     felix <felix@call-with-current-continuation.org>
AuthorDate: Mon Aug 4 19:01:18 2025 +0100
Commit:     felix <felix@call-with-current-continuation.org>
CommitDate: Mon Aug 4 19:01:18 2025 +0100

    mention changes in NEWS

diff --git a/NEWS b/NEWS
index e6d53661..53386f1f 100644
--- a/NEWS
+++ b/NEWS
@@ -73,6 +73,9 @@
   - Added `include-path' to (chicken platform) module.
   - Added `number-vector-data' to (chicken memory representation) module.
   - The platform-identifier "mingw32" has been renamed to "mingw".
+  - Library procedures that return paths now always convert them to 
+    contain forward slashes, 'make-pathname' always uses "/" for path
+    separation.
 
 - Syntax expander:
   - `syntax-rules' attempts to better support tail patterns with ellipses (#1736).
Trap