Version 0.4.0 Release and Readme Update

This commit is contained in:
2021-09-20 01:41:24 +02:00
parent bc7afad793
commit edca820634
2 changed files with 13 additions and 8 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
# Changelog of versions
### Version 0.3.7/0.4.0
### Version 0.4.0
- 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.