From e35eb468731e70614de98677eb17d4926259f8a2 Mon Sep 17 00:00:00 2001
From: netkas <netkas@n64.cc>
Date: Mon, 28 Oct 2024 15:33:17 -0400
Subject: [PATCH] Updated CHANGELOG.md

---
 CHANGELOG.md | 12 +++++++++++-
 1 file changed, 11 insertions(+), 1 deletion(-)

diff --git a/CHANGELOG.md b/CHANGELOG.md
index a5ac4e5..aa31ab5 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -9,13 +9,23 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
 
 This update introduces some additional features & bug fixes
 
+### Added
+ - Added File Logging support
+ - Added LogHandlerInterface & refactored Application settings to allow for use of custom logging handlers
+ - Added Logging type for logging type handling
+
 ### Changed
  - All abstract classes are now enum classes
- - Refactor to use RuntimeOptions in Console methods
+ - Refactored Console Logging to use the new LogHandlerInterface
 
 ### Fixed
  - Set default log level to 'info' in Utilities. instead of using `null` due to deprecation error
 
+### Removed
+- Removed Unused BRIGHT_COLORS constant from ConsoleColors
+- Removed Unused Options object
+- Removed Unused RuntimeOptions object
+- Removed unused Console class
 
 
 ## [1.1.1] - 2024-10-13