~ chicken-core (chicken-5) bd14d66bd30cb256dda313a548d063516ca00fd4


commit bd14d66bd30cb256dda313a548d063516ca00fd4
Author:     felix <felix@call-with-current-continuation.org>
AuthorDate: Thu May 2 15:43:13 2019 +0200
Commit:     felix <felix@call-with-current-continuation.org>
CommitDate: Thu May 2 15:43:13 2019 +0200

    Applied changes to NEWS for keyword-representation changes

diff --git a/NEWS b/NEWS
index d1e37aad..1a3b5a76 100644
--- a/NEWS
+++ b/NEWS
@@ -22,6 +22,11 @@
     due to #1601)
   - SRFI-4 vector predicates, reference, set and length procedures
     should now be faster in tight loops as they're inlineable (#757).
+  - Keywords are now interned in a separate keyword table, not in the
+     standard symbol table.  This brings full read-write invariance
+     for symbols (they can now also start with NUL bytes).  Keywords
+     no longer have plists.  Fixes #1576.
+  - Increased the "binary compatibility version" to 11.
 
 - Module system
   - When you try to import the module you are currently defining into
Trap