diff options
author | data-man <datamanrb@gmail.com> | 2018-12-07 02:17:40 +0500 |
---|---|---|
committer | data-man <datamanrb@gmail.com> | 2018-12-07 02:17:40 +0500 |
commit | a38f35359738534ba856d02f3564d5fbc2dfc822 (patch) | |
tree | 05f688c51403a29420f525d5f34437952ddfd85b /changelog.md | |
parent | 160a03464310d8a9e1ffaf83d73904df3439df78 (diff) | |
download | Nim-a38f35359738534ba856d02f3564d5fbc2dfc822.tar.gz |
Add the parameter isSorted for the sequtils.deduplicate
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 6dbfa1a2d..f60c038a4 100644 --- a/changelog.md +++ b/changelog.md @@ -65,6 +65,7 @@ proc enumToString*(enums: openArray[enum]): string = - Added `macros.isInstantiationOf` for checking if the proc symbol is instantiation of generic proc symbol. +- Added the parameter ``isSorted`` for the ``sequtils.deduplicate`` proc. ### Library changes |