diff options
author | Andreas Rumpf <rumpf_a@web.de> | 2017-11-18 14:14:08 +0100 |
---|---|---|
committer | Andreas Rumpf <rumpf_a@web.de> | 2017-11-18 14:18:00 +0100 |
commit | 908a25a2ca262b212ab1b9e4dc4da42ece46b6df (patch) | |
tree | e11d744bd14dfdcc0cc3ee8f986fb45cfe534dee /changelog.md | |
parent | 5b57abe3544261ba2df29648d48a997e8d1983da (diff) | |
download | Nim-908a25a2ca262b212ab1b9e4dc4da42ece46b6df.tar.gz |
replaced asArray with a much more powerful mapLiterals macro
Diffstat (limited to 'changelog.md')
-rw-r--r-- | changelog.md | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/changelog.md b/changelog.md index 6244e4f09..2e0780220 100644 --- a/changelog.md +++ b/changelog.md @@ -78,10 +78,13 @@ This now needs to be written as: via the new ``nim doc0`` command. - Added ``system.getStackTraceEntries`` that allows you to access the stack trace in a structured manner without string parsing. +- Added ``sequtils.mapLiterals`` for easier construction of array and tuple + literals. +- Added ``macros.isAtomicLit`` predicate. - Moved from stdlib into Nimble packages: - [``basic2d``](https://github.com/nim-lang/basic2d) _deprecated: use ``glm``, ``arraymancer``, ``neo``, or another package instead_ - - [``basic3d``](https://github.com/nim-lang/basic3d) + - [``basic3d``](https://github.com/nim-lang/basic3d) _deprecated: use ``glm``, ``arraymancer``, ``neo``, or another package instead_ - [``gentabs``](https://github.com/lcrees/gentabs) - [``libuv``](https://github.com/lcrees/libuv) |