summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorAndreas Rumpf <rumpf_a@web.de>2018-12-14 17:14:55 +0100
committerAndreas Rumpf <rumpf_a@web.de>2018-12-14 17:15:03 +0100
commit5ba22c9315a46a281baa2baf5a3ab4abdfcc4a33 (patch)
tree0f0d02dd32ce6e939dc891cc70e398454797de26
parent675b6f07737a0f23b3b052552eeec525136c6960 (diff)
downloadNim-5ba22c9315a46a281baa2baf5a3ab4abdfcc4a33.tar.gz
document the change for fix #9978
-rw-r--r--changelog.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/changelog.md b/changelog.md
index f538744cf..353d07205 100644
--- a/changelog.md
+++ b/changelog.md
@@ -66,6 +66,9 @@ proc enumToString*(enums: openArray[enum]): string =
 ```
 
 - ``discard x`` is now illegal when `x` is a function symbol.
+- Implicit imports via ``--import: module`` in a config file are now restricted
+  to the main package.
+
 
 ### Library additions