summary refs log tree commit diff stats
path: root/changelog.md
diff options
context:
space:
mode:
authorOscar NihlgÄrd <oscarnihlgard@gmail.com>2018-07-30 15:24:16 +0200
committerVarriount <Varriount@users.noreply.github.com>2018-07-30 09:24:16 -0400
commit5491f1f53b4011785b41b30897b73538d564fd55 (patch)
treea17b0e5fde1e32d6175d38cc9c7b91303e142280 /changelog.md
parent52807287a467dc26c7332e2574703484c02c2dba (diff)
downloadNim-5491f1f53b4011785b41b30897b73538d564fd55.tar.gz
Deprecate the dot style for import paths (#8474)
Diffstat (limited to 'changelog.md')
-rw-r--r--changelog.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/changelog.md b/changelog.md
index 43b351ef1..e0027d504 100644
--- a/changelog.md
+++ b/changelog.md
@@ -22,6 +22,8 @@
   become an error in the future.
 - The ``'c`` and ``'C'`` prefix for octal literals is now deprecated to
   bring the language in line with the standard library (e.g. ``parseOct``).
+- The dot style for import paths (e.g ``import path.to.module`` instead of
+  ``import path/to/module``) has been deprecated.
 
 
 #### Breaking changes in the standard library