summary refs log tree commit diff stats
path: root/changelog.md
diff options
context:
space:
mode:
authorAndreas Rumpf <rumpf_a@web.de>2017-11-19 02:57:40 +0100
committerAndreas Rumpf <rumpf_a@web.de>2017-11-19 02:58:28 +0100
commit55cdaaef6fd9ba3ad039466f7e02407930324404 (patch)
tree3d7079b9b0fc7be91d75b6905a9e237a3c7d42f2 /changelog.md
parentfd350de580c24e786d87ed858c84a62ec532402d (diff)
downloadNim-55cdaaef6fd9ba3ad039466f7e02407930324404.tar.gz
added parseutils.parseSaturatedNatural
Diffstat (limited to 'changelog.md')
-rw-r--r--changelog.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.md b/changelog.md
index 2e0780220..1b2785a62 100644
--- a/changelog.md
+++ b/changelog.md
@@ -81,6 +81,7 @@ This now needs to be written as:
 - Added ``sequtils.mapLiterals`` for easier construction of array and tuple
   literals.
 - Added ``macros.isAtomicLit`` predicate.
+- Added ``parseutils.parseSaturatedNatural``.
 - Moved from stdlib into Nimble packages:
   - [``basic2d``](https://github.com/nim-lang/basic2d)
     _deprecated: use ``glm``, ``arraymancer``, ``neo``, or another package instead_