Changelog update
This commit is contained in:
parent
796cd7c007
commit
c5720e591c
|
@ -5,6 +5,8 @@
|
||||||
- Changed: Iterable specific helper functions were moved out of Iterators and moved into Iterables
|
- Changed: Iterable specific helper functions were moved out of Iterators and moved into Iterables
|
||||||
- Added: New Stream replacing functions: findFirst, matchesAny/All/None
|
- Added: New Stream replacing functions: findFirst, matchesAny/All/None
|
||||||
- Fixed: Compute/ComputeIfAbsent/ComputeIfPresent/Merge/BulkMerge in maps now behave like they should.
|
- 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
|
### Version 0.3.6
|
||||||
- Fixed: addAll non Type Specific Lists was causing crashes.
|
- Fixed: addAll non Type Specific Lists was causing crashes.
|
||||||
|
|
Loading…
Reference in New Issue