note set[T].len alias in future changelog (#11893)

per comments in #11885
This commit is contained in:
Andy Davidoff
2019-08-06 15:07:26 -04:00
committed by Arne Döring
parent 3d7d5cf121
commit 8407a57499

View File

@@ -13,7 +13,7 @@
## Library additions
- `set[T].len` is now an alias for `set[T].card` (cardinality)
## Library changes