summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJan Willhaus <mail@janwillhaus.de>2019-05-19 21:41:52 +0200
committerJan Willhaus <mail@janwillhaus.de>2019-05-19 21:41:52 +0200
commit4225b4c45c32d6121cec7b8cb1bfeb0daef6faa8 (patch)
treeeda2d7d8b74dcf8e206f025a2afc0e3f45664143
parentf139010d606f221b0dd783c0d21853ac53d679bc (diff)
downloadwarlock-4225b4c45c32d6121cec7b8cb1bfeb0daef6faa8.tar.gz
Add missing changelog line on dropping setuptoolsdevelop
-rw-r--r--CHANGELOG.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 9026e44..7185ae2 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -5,6 +5,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [Unreleased]
+### Changed
+- Replace setuptools with poetry for packaging and dependency management
## [1.3.1] - 2019-05-19
### Added