~ chicken-core (chicken-5) b79d194c6f0acd2e620cf33366507712f5a2803e
commit b79d194c6f0acd2e620cf33366507712f5a2803e
Author: Peter Bex <peter@more-magic.net>
AuthorDate: Sun Nov 10 11:03:14 2019 +0100
Commit: Peter Bex <peter@more-magic.net>
CommitDate: Sun Nov 10 11:03:14 2019 +0100
Add fix for #1548 to NEWS; there seems to be some (broken) code that (accidentally) relied on the old behaviour, so it's definitely a noteworthy change
diff --git a/NEWS b/NEWS
index 64b8f6db..3f941aed 100644
--- a/NEWS
+++ b/NEWS
@@ -40,6 +40,8 @@
- Trying to export a foreign variable, define-inlined procedure or
define-constant variable gives a friendly error instead of saying
the variable doesn't exist (fixes #1346).
+ - When modules are registered, they no longer pollute the global
+ environment with imports made in that module (fixes #1548)
- Tools
- The new "-module-registration" options causes module registration
Trap