~ chicken-core (chicken-5) a30c92cac8f82f377f99d7ea15f06aa3b3983c10
commit a30c92cac8f82f377f99d7ea15f06aa3b3983c10
Author: Peter Bex <peter@more-magic.net>
AuthorDate: Thu Dec 21 09:33:51 2023 +0100
Commit: Peter Bex <peter@more-magic.net>
CommitDate: Thu Dec 21 09:33:51 2023 +0100
Add #1166 fix to NEWS
diff --git a/NEWS b/NEWS
index df812c5b..cb565620 100644
--- a/NEWS
+++ b/NEWS
@@ -60,6 +60,8 @@
- When passing a module as an environment to eval, correctly resolve
identifiers in macro expansions (#1295 reported by Caolan McMahon).
- Internal definitions honor rebindings of core special forms (#1132).
+ - Globally defining an identifier previously bound to a macro now fully
+ shadows the macro (#1166, reported by Michele La Monaca).
- Compiler
- When emitting types files, the output list is now sorted, to ensure
Trap