Skip to content

Commit f88b931

Browse files
committed
update changelog
fixes #212
1 parent 028d134 commit f88b931

File tree

1 file changed

+26
-2
lines changed

1 file changed

+26
-2
lines changed

CHANGELOG.rst

Lines changed: 26 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,39 @@ Version 0.8rc2-dev
33

44
Unreleased.
55

6+
Features
7+
--------
8+
69
* add ``modernize`` console_script
7-
* move project to https://github.com/PyCQA/modernize/
10+
11+
Meta
12+
----
13+
14+
* move project to https://github.com/PyCQA/modernize/ https://github.com/PyCQA/modernize/pull/220 https://github.com/PyCQA/modernize/pull/215
15+
* switch from Travis CI to Github Actions https://github.com/PyCQA/modernize/pull/224
16+
* use tox, pre-commit, pyupgrade and black https://github.com/PyCQA/modernize/pull/216
817

918
Version 0.8rc1
1019
==============
1120

1221
Released 2020-07-20.
1322

14-
* use fissix instead of deprecated lib2to3
23+
Breaking
24+
--------
25+
* use ``fissix`` instead of deprecated ``lib2to3`` https://github.com/PyCQA/modernize/pull/203
26+
modernize itself will no-longer run under Python 2, or Python <3.6, but will
27+
always be able to process Python 2 code.
28+
29+
Bugfixes
30+
--------
31+
* Fix for ``dict.viewitems()``, ``dict.iteritems()`` etc in chained calls https://github.com/PyCQA/modernize/pull/181
32+
* Fix for SLASHEQUAL ``/=`` in fix_classic_divivion https://github.com/PyCQA/modernize/pull/197
33+
34+
Docs/tests/meta
35+
---------------
36+
* Travis CI: Add Python 3.7, 3.8 and more flake8 tests https://github.com/PyCQA/modernize/pull/199
37+
* ``six`` documentation has moved to https://six.readthedocs.io/ https://github.com/PyCQA/modernize/pull/198
38+
* Fix typo in help string for --enforce option https://github.com/PyCQA/modernize/pull/191
1539

1640
Version 0.5-0.7
1741
===============

0 commit comments

Comments
 (0)