-Added: New Changes to Changelog
-Fixed: Missing Autogenerated Type
-Cleanup: Gradle file got cleaned up from things it no longer needs.
-Changed: Upgraded to SCG 1.0.5 for incoming new features.
This commit is contained in:
2021-09-28 04:43:04 +02:00
parent 3c5769e0e2
commit 49c5e9eadd
4 changed files with 8 additions and 15 deletions
+4
View File
@@ -1,5 +1,9 @@
# Changelog of versions
###Version 0.4.1
- Changed: ForEach with input now provides input, value instead of value, input, this improves the usage of method references greatly
- Added: addAll with Array-types in collections.
- Added: Java Iterator/Iterable support for Stream replacing methods
### Version 0.4.0
- Changed: Iterable specific helper functions were moved out of Iterators and moved into Iterables