New Small feature

- Added: 2 Helper functions to find out how many bits are required to
store a Number.
This commit is contained in:
2021-11-30 16:20:08 +01:00
parent 53061d9f78
commit a2506b927a
2 changed files with 23 additions and 0 deletions
+3
View File
@@ -1,5 +1,8 @@
# Changelog of versions
### Version 0.4.6
- Added: 2 Helper functions to find out how many bits are required to store a Number.
### Version 0.4.5
- Added: removeAll/retainAll(Collection c, Consumer r) which receives all the elements that got deleted from the collection
- Fixed: Supplier get function wasn't referencing original function.