From fa16148241544689fd1c628c737c05856fe41946 Mon Sep 17 00:00:00 2001 From: Jan Willhaus Date: Sat, 2 Nov 2019 23:55:14 +0100 Subject: Update changelog --- CHANGELOG.md | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5afd799..078225d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,17 +6,20 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] ## Added -- 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 +- Meta: Locked dependencies via `poetry.lock` file in version control. #44 +- Meta: Add [pre-commit](https://pre-commit.com) config to enforce code styling and file formatting. #43 +- Meta: Add [tox](https://tox.readthedocs.io/en/latest/index.html) config for test automation across Python versions. #47 +- Tests for DeprecationWarnings issued for `Model.changes`. #46 ### Fixed -- Fixed DeprecationWarnings for using `assertEquals` in tests +- Fixed DeprecationWarnings for using `assertEquals` in tests. #45 ### Changed -- Meta: Replace setuptools with poetry for packaging and dependency management +- Meta: Replace setuptools with poetry for packaging and dependency management. #35 +- Changed behavior of `model_factory` back to pre-1.3 call signature. #39 ### Removed -- Support for Python 3.4 (EOL) +- Support for Python 3.4 (EOL). #44 ## [1.3.3] - 2019-05-20 ### Fixed -- cgit v1.2.1