summary refs log tree commit diff stats
path: root/changelog.md
diff options
context:
space:
mode:
authorlcrees <lcrees@gmail.com>2017-11-16 12:34:13 -0700
committerlcrees <lcrees@gmail.com>2017-11-16 12:40:56 -0700
commit6de04da3a54276fccac880dcec7b23bc4c98e27f (patch)
tree10ea2423afc3137ad01cedc714f687821ea728a5 /changelog.md
parenta4d40d137e402acb02d557baeba159b843ebda3f (diff)
downloadNim-6de04da3a54276fccac880dcec7b23bc4c98e27f.tar.gz
Removed deprecated numeric and poly module from the stdlib
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 448d1875a..3fdfa47d8 100644
--- a/changelog.md
+++ b/changelog.md
@@ -82,6 +82,8 @@ This now needs to be written as:
   Nimble package.
 - Removed deprecated gentabs module from the stdlib and published it as separate
   Nimble package.
+- Removed deprecated poly and numeric modules from the stdlib and published them 
+  as one separate Nimble package.
 - The ``nim doc`` command is now an alias for ``nim doc2``, the second version of
   the documentation generator. The old version 1 can still be accessed
   via the new ``nim doc0`` command.