~ chicken-core (master) 209898a87450b415bb708af80a1123711c0f76af
commit 209898a87450b415bb708af80a1123711c0f76af
Author: felix <felix@call-with-current-continuation.org>
AuthorDate: Thu Aug 6 14:03:10 2026 +0200
Commit: felix <felix@call-with-current-continuation.org>
CommitDate: Thu Aug 6 14:03:10 2026 +0200
update NEWS, slight formatting changes
diff --git a/NEWS b/NEWS
index badc8ae0..a611642b 100644
--- a/NEWS
+++ b/NEWS
@@ -96,12 +96,13 @@
- `string->number' and the reader accept and handle correctly complex
numbers with a negative inexact zero as the imaginary part.
- `imag-part' returns exact zero when given a non-complex number.
+ - `max' and `min' ignore nan values when given any non-nan argument.
-- Syntax expander:
+- Syntax expander
- `syntax-rules' attempts to better support tail patterns with ellipses
(#1736).
-- FFI changes:
+- FFI changes
- Strings and symbols passed to foreign code are not copied, they are
passed directly, any mutations done by external code will be visible on the
Scheme side.
Trap