~ chicken-core (chicken-5) 7b59dcc9f161cfcbe08aea020af9ab1f362a0266


commit 7b59dcc9f161cfcbe08aea020af9ab1f362a0266
Author:     Peter Bex <peter@more-magic.net>
AuthorDate: Sat Apr 7 21:46:40 2018 +0200
Commit:     Peter Bex <peter@more-magic.net>
CommitDate: Sat Apr 7 21:46:40 2018 +0200

    Add removal of interrupts-enabled to NEWS

diff --git a/NEWS b/NEWS
index d9469796..e88c2150 100644
--- a/NEWS
+++ b/NEWS
@@ -53,6 +53,7 @@
   - Added the `executable-pathname` procedure for retrieving a path to
     the currently-running executable.
   - Removed all support for SWIG.
+  - Removed interrupts-enabled declaration specifier.
   - `sleep` now suspends the current thread when threading is enabled,
     otherwise it sleeps the process. The new `process-sleep` procedure
     in unit posix can be used to sleep the process unconditionally.
Trap