Updated CHANGELOG.md

This commit is contained in:
netkas 2024-10-26 00:18:42 -04:00
parent fa27ed6405
commit 8f413a9aae

View file

@ -9,6 +9,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
This update introduces some additional features & bug fixes
### Changed
- All abstract classes are now enum classes
### Fixed
- Set default log level to 'info' in Utilities. instead of using `null` due to deprecation error