~ chicken-core (chicken-5) 3b3a72b7a650580e0beb91fe31b6a45e273a7dea
commit 3b3a72b7a650580e0beb91fe31b6a45e273a7dea
Author:     felix <felix@call-with-current-continuation.org>
AuthorDate: Tue Oct 28 23:18:32 2025 +0100
Commit:     felix <felix@call-with-current-continuation.org>
CommitDate: Tue Oct 28 23:18:32 2025 +0100
    update NEWS
diff --git a/NEWS b/NEWS
index 86c4caf8..7138508f 100644
--- a/NEWS
+++ b/NEWS
@@ -39,10 +39,11 @@
     or not.
   - The following primitives have been moved from (chicken base)
     to R7RS modules:
-    - `exact-integer-sqrt?', `vector-copy!', `make-parameter', `call/cc',
-      `open-input-string', `open-output-string', `get-output-string',
-      `input-port-open?', `output-port-open?', `parameterize' and `port?'
-      moved from the (chicken base) to the (scheme base).
+    - `exact-integer?`, `exact-integer-sqrt?', `vector-copy!',
+      `make-parameter', `call/cc', `open-input-string',
+      `open-output-string', `get-output-string', `input-port-open?',
+      `output-port-open?', `parameterize' and `port?' moved from the
+      (chicken base) to the (scheme base) module.
     - `case-lambda' moved from (chicken base) to (scheme case-lambda).
     - `features' moved from (chicken platform) to (scheme base).
     - `write-string' moved from (chicken io) to (scheme base) and its
Trap