Changelog update

This commit is contained in:
Speiger 2021-09-16 02:58:50 +02:00
parent 796cd7c007
commit c5720e591c
1 changed files with 2 additions and 0 deletions

View File

@ -5,6 +5,8 @@
- Changed: Iterable specific helper functions were moved out of Iterators and moved into Iterables
- Added: New Stream replacing functions: findFirst, matchesAny/All/None
- 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
### Version 0.3.6
- Fixed: addAll non Type Specific Lists was causing crashes.