diff --git a/Changelog.md b/Changelog.md index 5d157006..9638169c 100644 --- a/Changelog.md +++ b/Changelog.md @@ -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.