summaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index b3fc826..5afd799 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
- Meta: Locked dependencies via `poetry.lock` file in version control
- Meta: Add [pre-commit](https://pre-commit.com) config to enforce code styling and file formatting
+### Fixed
+- Fixed DeprecationWarnings for using `assertEquals` in tests
+
### Changed
- Meta: Replace setuptools with poetry for packaging and dependency management