~ chicken-core (chicken-5) 74fa4682d864cef0ff7b649475de2806375b439e


commit 74fa4682d864cef0ff7b649475de2806375b439e
Author:     Evan Hanson <evhan@foldling.org>
AuthorDate: Sat Aug 5 10:05:12 2017 +1200
Commit:     Evan Hanson <evhan@foldling.org>
CommitDate: Sat Aug 5 10:05:12 2017 +1200

    Add NEWS entry for sysinfo procedure removal

diff --git a/NEWS b/NEWS
index 0644c9f2..73dfb8fc 100644
--- a/NEWS
+++ b/NEWS
@@ -48,6 +48,8 @@
     that the reader's keyword style doesn't need to match the writer's.
   - The environment variable `CHICKEN_PREFIX` has been removed.
   - Added the `glob->sre` procedure to the irregex library.
+  - Removed the `get-host-name' and `system-information' procedures.
+    These are available in the "system-information" egg.
 
 - Module system
   - The compiler has been modularised, for improved namespacing.  This
Trap