From 3af5ca49cc313ffad4709931f70fd06310e87261 Mon Sep 17 00:00:00 2001 From: Speiger Date: Thu, 2 Sep 2021 13:40:33 +0200 Subject: [PATCH] Small Fix - Fixed: Dependency to SimpleCodeGenerator should be no longer a thing. Because the resulting library doesn't need it only the builder does. --- Changelog.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Changelog.md b/Changelog.md index ea301543..2102d6ab 100644 --- a/Changelog.md +++ b/Changelog.md @@ -9,6 +9,7 @@ - Fixed: Object Collections did have the JavaCollections deprecated as the Constructor. This should only be deprecated for Primitives - Added: Tests with 5k Random names for Object sorting. - Changed: Object Arrays no longer require a Comparable[] it just assumes now that the elements in the Array are Comparable +- Fixed: Dependency to SimpleCodeGenerator should be no longer a thing. Because the resulting library doesn't need it only the builder does. ### Version 0.3.4 - Fixed: ArrayLists didn't resize properly if they were empty.