Hotfixing a bug where ArrayLists didn't resize Properly when empty

This commit is contained in:
2021-08-15 18:09:34 +02:00
parent efc3745690
commit ea83f5017e
4 changed files with 8 additions and 2 deletions
+5
View File
@@ -1,6 +1,11 @@
# Changelog of versions
### Version 0.3.4
- Fixed: ArrayLists didn't resize properly if they were empty.
### Version 0.3.3
- Added: Flat/Mapping function for Iterables/Iterators to help avoid streams for cleaner looking code
- Fixed: AVLTrees pollFirst/Last is now keeping orders and is fixed