summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorAndy Davidoff <disruptek@users.noreply.github.com>2019-08-06 15:07:26 -0400
committerArne Döring <arne.doering@gmx.net>2019-08-06 21:07:26 +0200
commit8407a574992ebd6bccec647a902cf54a4de8db18 (patch)
treeda913f342cf1a20af6bb10b1b913cec28f8efbf1
parent3d7d5cf1214f85d64d1efca9fc560912eb6af8a2 (diff)
downloadNim-8407a574992ebd6bccec647a902cf54a4de8db18.tar.gz
note set[T].len alias in future changelog (#11893)
per comments in #11885
-rw-r--r--changelogs/changelog_X_XX_X.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/changelogs/changelog_X_XX_X.md b/changelogs/changelog_X_XX_X.md
index 8b8d5eb91..ece2702ba 100644
--- a/changelogs/changelog_X_XX_X.md
+++ b/changelogs/changelog_X_XX_X.md
@@ -13,7 +13,7 @@
 
 
 ## Library additions
-
+- `set[T].len` is now an alias for `set[T].card` (cardinality)
 
 ## Library changes