From 4aac66b6fb7a8631f816c5d95d3e130a4ddb5fd6 Mon Sep 17 00:00:00 2001 From: Speiger Date: Thu, 16 Sep 2021 23:56:11 +0200 Subject: [PATCH] Updated Changelog --- Changelog.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Changelog.md b/Changelog.md index 9638169c..d7f4cc3f 100644 --- a/Changelog.md +++ b/Changelog.md @@ -7,6 +7,9 @@ - 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 +- Added: Flat/Mapping functions (to object) are now accessible to primitive maps. +- Added: Filter function to Iterators/Iterables (Iterable implements it by default) +- Changed: Cleanup of some variables/mappers ### Version 0.3.6 - Fixed: addAll non Type Specific Lists was causing crashes.