File brownies-collections.changes of Package brownies-collections
-------------------------------------------------------------------
Sun May 5 00:55:26 UTC 2024 - Anton Shvetz <shvetz.anton@gmail.com>
- Update to v0.9.23
* Changed:
+ IList.clone() returns a read-only list unchanged (i.e. still
read-only) and has a generic return type, whereas copy()
makes a read-only list mutable (unchanged behavior)
* Added:
+ IList.isReadOnly()
* Bug fix:
+ BigList.clone() / copy()
-------------------------------------------------------------------
Wed Mar 20 12:45:41 UTC 2024 - Anton Shvetz <shvetz.anton@gmail.com>
- Initial packaging with v0.9.22