From 5ba22c9315a46a281baa2baf5a3ab4abdfcc4a33 Mon Sep 17 00:00:00 2001 From: Andreas Rumpf Date: Fri, 14 Dec 2018 17:14:55 +0100 Subject: [PATCH] document the change for fix #9978 --- changelog.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/changelog.md b/changelog.md index f538744cfd..353d07205f 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