Updated CHANGELOG.md

This commit is contained in:
netkas 2024-10-28 19:36:45 -04:00
parent 3bf6b70526
commit 15f55b870d

View file

@ -13,6 +13,7 @@ This update introduces some additional features & bug fixes
- Added File Logging support - Added File Logging support
- Added LogHandlerInterface & refactored Application settings to allow for use of custom logging handlers - Added LogHandlerInterface & refactored Application settings to allow for use of custom logging handlers
- Added Logging type for logging type handling - Added Logging type for logging type handling
- Added a Logger object for creating a logging instance for Applications
### Changed ### Changed
- All abstract classes are now enum classes - All abstract classes are now enum classes