5.1.2
The format is based on Keep a Changelog and this project adheres to Semantic Versioning.
[5.1.2] - 2024-01-26
Changed:
- Updated version to 5.1.2
Fixed:
- Removed unecessary .meta file
- Fixed warnings about deprecated APIs.
- Fix issue where IsPowerOfTwo returns true for negative ints
- Test for IsPowerOfTwo is updated to check up to 2^30 and includes negative cases