summary refs log tree commit diff stats
path: root/changelog.md
diff options
context:
space:
mode:
authordata-man <datamanrb@gmail.com>2018-12-07 02:17:40 +0500
committerdata-man <datamanrb@gmail.com>2018-12-07 02:17:40 +0500
commita38f35359738534ba856d02f3564d5fbc2dfc822 (patch)
tree05f688c51403a29420f525d5f34437952ddfd85b /changelog.md
parent160a03464310d8a9e1ffaf83d73904df3439df78 (diff)
downloadNim-a38f35359738534ba856d02f3564d5fbc2dfc822.tar.gz
Add the parameter isSorted for the sequtils.deduplicate
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 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