summary refs log tree commit diff stats
path: root/changelog.md
diff options
context:
space:
mode:
authorDean Eigenmann <7621705+decanus@users.noreply.github.com>2020-04-02 12:09:29 +0200
committerGitHub <noreply@github.com>2020-04-02 12:09:29 +0200
commitdf8e0e7f0c3a2e340c625d8c55d9105da106dbfd (patch)
treeb1b3adda7a75975934b08892251a0b5da12284b4 /changelog.md
parentd01245e501c3d90449383d055da9cb1fe5a24a7f (diff)
downloadNim-df8e0e7f0c3a2e340c625d8c55d9105da106dbfd.tar.gz
feature/count (#13837)
Diffstat (limited to 'changelog.md')
-rw-r--r--changelog.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/changelog.md b/changelog.md
index 7dccc20b9..32f6e0a1b 100644
--- a/changelog.md
+++ b/changelog.md
@@ -124,9 +124,9 @@ echo f
   through an SSL-wrapped `Socket`/`AsyncSocket`.
 - Added `distinctBase` overload for values: `assert 12.MyInt.distinctBase == 12`
 - Added `browsers.openDefaultBrowser` without URL, implements IETF RFC-6694 Section-3.
+- Added `sequtils.countIt`, allowing for counting items using a predicate.
 - Added `jsconsole.trace`, `jsconsole.table`, `jsconsole.exception` for JavaScript target.
 
-
 ## Library changes
 
 - `asyncdispatch.drain` now properly takes into account `selector.hasPendingOperations`