From c5720e591c9750b89706189093c33b1e62034909 Mon Sep 17 00:00:00 2001 From: Speiger Date: Thu, 16 Sep 2021 02:58:50 +0200 Subject: [PATCH] Changelog update --- Changelog.md | 2 ++ 1 file changed, 2 insertions(+) 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.