summary refs log tree commit diff stats
path: root/web/news
diff options
context:
space:
mode:
authorAraq <rumpf_a@web.de>2016-12-31 01:53:59 +0100
committerAraq <rumpf_a@web.de>2016-12-31 02:04:27 +0100
commit763c783bdf8e267ac2697899d6c6cbe882edb4a6 (patch)
tree73bb966962dd0230ee4a9a1f2c639eb057737edf /web/news
parent6f260dd45c4a4bafc0471d32bd10559ec2786d6b (diff)
downloadNim-763c783bdf8e267ac2697899d6c6cbe882edb4a6.tar.gz
added distros.nim stdlib module for NimScript/Nimble support
Diffstat (limited to 'web/news')
-rw-r--r--web/news/e029_version_0_16_0.rst4
1 files changed, 4 insertions, 0 deletions
diff --git a/web/news/e029_version_0_16_0.rst b/web/news/e029_version_0_16_0.rst
index b68266414..a1cc54417 100644
--- a/web/news/e029_version_0_16_0.rst
+++ b/web/news/e029_version_0_16_0.rst
@@ -43,6 +43,10 @@ Library Additions
   ``terminalWidthIoctl`` and ``terminalSize`` to the ``terminal``
   `(doc) <http://nim-lang.org/docs/terminal.html>`_ module.
 
+- Added new module ``distros``
+  `(doc) <http://nim-lang.org/docs/distros.html>`_  that can be used in Nimble
+  packages to aid in supporting the OS's native package managers.
+
 
 Tool Additions
 --------------