From 8f413a9aae3ffeb1eb334cbb09f5fda27866fbb6 Mon Sep 17 00:00:00 2001 From: netkas Date: Sat, 26 Oct 2024 00:18:42 -0400 Subject: [PATCH] Updated CHANGELOG.md --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index f5887fc..e797b82 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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