Changelog update

This commit is contained in:
Speiger 2021-09-18 10:31:51 +02:00
parent abc1c075f5
commit 59c4d1aa90
1 changed files with 1 additions and 0 deletions

View File

@ -10,6 +10,7 @@
- Added: Flat/Mapping functions (to object) are now accessible to primitive maps.
- Added: Filter function to Iterators/Iterables (Iterable implements it by default)
- Changed: Cleanup of some variables/mappers
- Added/Fixed: AVLTreeMap got reworked and SubMaps work more properly now. Also forEach support got improved a lot
### Version 0.3.6
- Fixed: addAll non Type Specific Lists was causing crashes.