summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJan Willhaus <mail@janwillhaus.de>2019-11-02 23:55:14 +0100
committerJan Willhaus <mail@janwillhaus.de>2019-11-02 23:55:14 +0100
commitfa16148241544689fd1c628c737c05856fe41946 (patch)
treeb0c550e71e684d8250fadbacc773c62cdb76330d
parent339b54720f9b399ca5491281d5619a403659a661 (diff)
downloadwarlock-fa16148241544689fd1c628c737c05856fe41946.tar.gz
Update changelog
-rw-r--r--CHANGELOG.md13
1 files 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