From 103b2407d2b172d3039ce81b0ab2d8ec73201044 Mon Sep 17 00:00:00 2001 From: Speiger Date: Sat, 9 Apr 2022 04:23:57 +0200 Subject: [PATCH] Updated Changelog --- Changelog.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Changelog.md b/Changelog.md index 84a10285..8092eeb9 100644 --- a/Changelog.md +++ b/Changelog.md @@ -3,6 +3,7 @@ ### Version 0.6.0 - Added: addOrGet for sets. - Added: Async API which allows to easily execute Iterables/Collections offthread without the complexity. +- Added: ConcurrentArrayLists and tests for it ### Version 0.5.3 - Added: OrderedMap/Set