diff options
author | Dmitry Atamanov <data-man@users.noreply.github.com> | 2018-05-18 22:13:29 +0300 |
---|---|---|
committer | Andreas Rumpf <rumpf_a@web.de> | 2018-05-18 21:13:29 +0200 |
commit | 06bdf8392bd3e597dbe3ef12c7a819b60e32d7ac (patch) | |
tree | 661b2410afde62935766ccdf1f1803a1e8e7715f /changelog.md | |
parent | 508dfdabeefedd1d839cc01b867fdb38e09b4333 (diff) | |
download | Nim-06bdf8392bd3e597dbe3ef12c7a819b60e32d7ac.tar.gz |
Fixes CritBitTree.inc's bug (#7838)
* Fixes CritBitTree.inc's bug * Update changelog
Diffstat (limited to 'changelog.md')
-rw-r--r-- | changelog.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.md b/changelog.md index cbefbc421..f9daf55d1 100644 --- a/changelog.md +++ b/changelog.md @@ -74,6 +74,7 @@ deprecated. - The `terminal` module now exports additional procs for generating ANSI color codes as strings. +- Added the parameter ``val`` for the ``CritBitTree[int].inc`` proc. ### Language additions |