~ chicken-core (chicken-5) a7799579528da03e47abd82b5a9178c632f24ea6
commit a7799579528da03e47abd82b5a9178c632f24ea6 Author: Evan Hanson <evhan@foldling.org> AuthorDate: Sun Jul 19 21:10:36 2015 +1200 Commit: Evan Hanson <evhan@foldling.org> CommitDate: Sun Jul 19 21:10:36 2015 +1200 Add NEWS entry for SRFI removals diff --git a/NEWS b/NEWS index 9780decc..6b7018eb 100644 --- a/NEWS +++ b/NEWS @@ -14,6 +14,8 @@ - Removed support for memory-mapped files (posix), queues (data-structures), binary-search (data-structures) and object-eviction (lolevel). These are now available as eggs. + - Removed the srfi-1, srfi-13, srfi-14, srfi-18 and srfi-69 units. + These are now available as eggs. - Added the `executable-pathname` procedure for retrieving a path to the currently-running executable.Trap