Updated Changelog

master
Speiger 2021-09-16 23:56:11 +02:00
parent 17f0dddf20
commit 4aac66b6fb
1 changed files with 3 additions and 0 deletions

View File

@ -7,6 +7,9 @@
- Fixed: Compute/ComputeIfAbsent/ComputeIfPresent/Merge/BulkMerge in maps now behave like they should.
- Added: Implementations for New Stream replacing functions.
- Changed: Removed a lot of duplicated forEach implementations
- 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
### Version 0.3.6
- Fixed: addAll non Type Specific Lists was causing crashes.