~ chicken-core (chicken-5) 3d20a16ab86fced6fbf460145644c43a7ffacf22


commit 3d20a16ab86fced6fbf460145644c43a7ffacf22
Author:     Peter Bex <peter@more-magic.net>
AuthorDate: Fri Mar 29 21:50:07 2019 +0100
Commit:     Peter Bex <peter@more-magic.net>
CommitDate: Fri Mar 29 21:50:07 2019 +0100

    Retroactively add c-object to NEWS for 5.0.1

diff --git a/NEWS b/NEWS
index 2b5e72dd..966c01c1 100644
--- a/NEWS
+++ b/NEWS
@@ -4,7 +4,6 @@
   - Read-write invariance of special symbols starting with #! other
     than #!key, #!rest or #!optional is now preserved (#1572).
 
-
 5.0.1
 
 - Type system
@@ -27,6 +26,8 @@
 
 - Egg specifications
   - Allows "cond-expand" and "error" forms in egg specification files.
+  - Add "c-object" and "object" properties to link separately compiled
+     C objects into CHICKEN code.
 
 - Core libraries
   - Add the system-config-directory and system-cache-directory procedures
Trap