summary refs log tree commit diff stats
path: root/web
diff options
context:
space:
mode:
authorAraq <rumpf_a@web.de>2016-11-29 10:40:14 +0100
committerAraq <rumpf_a@web.de>2016-11-29 10:40:14 +0100
commitc5a336741cc5737a5600da451e6471d069351f2f (patch)
treea9bf370fe39c8a1848b180d1fe80f6315465c0e6 /web
parentd495ef57054f91799144022012eef646b9194163 (diff)
parent7f01bd6d46b953d781bc6c3ab7a0db150a07e9e7 (diff)
downloadNim-c5a336741cc5737a5600da451e6471d069351f2f.tar.gz
Merge branch 'devel' of github.com:nim-lang/Nim into devel
Diffstat (limited to 'web')
-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 a6c8aa20f..d56c19e38 100644
--- a/web/news/e029_version_0_16_0.rst
+++ b/web/news/e029_version_0_16_0.rst
@@ -39,6 +39,10 @@ Library Additions
   ``deques`` provides a superset of ``queues`` API with clear naming.
   ``queues`` module is now deprecated and will be removed in the future.
 
+- Added ``hideCursor`` and ``showCursor`` to the ``terminal``
+  `(doc) <http://nim-lang.org/docs/terminal.html>`_ module.
+
+
 Tool Additions
 --------------