diff options
author | Andy Davidoff <disruptek@users.noreply.github.com> | 2019-08-06 15:07:26 -0400 |
---|---|---|
committer | Arne Döring <arne.doering@gmx.net> | 2019-08-06 21:07:26 +0200 |
commit | 8407a574992ebd6bccec647a902cf54a4de8db18 (patch) | |
tree | da913f342cf1a20af6bb10b1b913cec28f8efbf1 | |
parent | 3d7d5cf1214f85d64d1efca9fc560912eb6af8a2 (diff) | |
download | Nim-8407a574992ebd6bccec647a902cf54a4de8db18.tar.gz |
note set[T].len alias in future changelog (#11893)
per comments in #11885
-rw-r--r-- | changelogs/changelog_X_XX_X.md | 2 |
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 |