Start writing CHANGELOG for the next release

This commit is contained in:
Dave Halter
2020-07-18 17:00:45 +02:00
parent 89f070ea98
commit 5bc174bf8d
3 changed files with 12 additions and 5 deletions
+9
View File
@@ -6,6 +6,15 @@ Changelog
Unreleased
++++++++++
- Dropped Python 2 and Python 3.5
- Using ``pathlib.Path()`` as an output instead of ``str`` in most places:
- ``Project.path``
- ``Script.path``
- ``Definition.module_path``
- ``Refactoring.get_renames``
- ``Refactoring.get_changed_files``
- Started using annotations
0.17.2 (2020-07-17)
+++++++++++++++++++