diff options
author | Araq <rumpf_a@web.de> | 2016-12-31 01:53:59 +0100 |
---|---|---|
committer | Araq <rumpf_a@web.de> | 2016-12-31 02:04:27 +0100 |
commit | 763c783bdf8e267ac2697899d6c6cbe882edb4a6 (patch) | |
tree | 73bb966962dd0230ee4a9a1f2c639eb057737edf /web/news | |
parent | 6f260dd45c4a4bafc0471d32bd10559ec2786d6b (diff) | |
download | Nim-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.rst | 4 |
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 -------------- |