Skip to content

Commit a094caa

Browse files
committed
merge v0.8rcs changelog
1 parent 8bcfeff commit a094caa

File tree

1 file changed

+24
-1
lines changed

1 file changed

+24
-1
lines changed

CHANGELOG.rst

Lines changed: 24 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,30 @@
11
0.8rc5 (unreleased)
22
===================
33

4-
- Nothing changed yet.
4+
Features
5+
--------
6+
7+
* add ``modernize`` console_script
8+
9+
Breaking
10+
--------
11+
* use ``fissix`` instead of deprecated ``lib2to3`` https://github.com/PyCQA/modernize/pull/203
12+
modernize itself will no-longer run under Python 2, or Python <3.6, but will
13+
always be able to process Python 2 code.
14+
15+
Bugfixes
16+
--------
17+
* Fix for ``dict.viewitems()``, ``dict.iteritems()`` etc in chained calls https://github.com/PyCQA/modernize/pull/181
18+
* Fix for SLASHEQUAL ``/=`` in fix_classic_divivion https://github.com/PyCQA/modernize/pull/197
19+
20+
Docs/tests/meta
21+
---------------
22+
* Travis CI: Add Python 3.7, 3.8 and more flake8 tests https://github.com/PyCQA/modernize/pull/199
23+
* ``six`` documentation has moved to https://six.readthedocs.io/ https://github.com/PyCQA/modernize/pull/198
24+
* Fix typo in help string for --enforce option https://github.com/PyCQA/modernize/pull/191
25+
* move project to https://github.com/PyCQA/modernize/ https://github.com/PyCQA/modernize/pull/220 https://github.com/PyCQA/modernize/pull/215
26+
* switch from Travis CI to Github Actions https://github.com/PyCQA/modernize/pull/224
27+
* use tox, pre-commit, pyupgrade and black https://github.com/PyCQA/modernize/pull/216
528

629

730
0.8rc4 (2020-09-27)

0 commit comments

Comments
 (0)