~ chicken-core (chicken-5) f651d097da3f3a310fbcea4124a89e1261e7fe5e
commit f651d097da3f3a310fbcea4124a89e1261e7fe5e Author: Evan Hanson <evhan@foldling.org> AuthorDate: Sun Jul 19 20:56:00 2015 +1200 Commit: Evan Hanson <evhan@foldling.org> CommitDate: Sun Jul 19 20:56:00 2015 +1200 Add NEWS entry for unit modularisation diff --git a/NEWS b/NEWS index 6b7018eb..ba6e0e48 100644 --- a/NEWS +++ b/NEWS @@ -21,8 +21,10 @@ - Module system - The compiler has been modularised, for improved namespacing. This - means names from the compiler should not leak out into the compiled - program's (macro) namespace anymore. + means names from the compiler should not leak out into the compiled + program's (macro) namespace anymore. + - The core units have been converted to modules under the "chicken" + namespace. 4.9.1Trap