File tree Expand file tree Collapse file tree 1 file changed +26
-2
lines changed Expand file tree Collapse file tree 1 file changed +26
-2
lines changed Original file line number Diff line number Diff line change @@ -3,15 +3,39 @@ Version 0.8rc2-dev
3
3
4
4
Unreleased.
5
5
6
+ Features
7
+ --------
8
+
6
9
* 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
8
17
9
18
Version 0.8rc1
10
19
==============
11
20
12
21
Released 2020-07-20.
13
22
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
15
39
16
40
Version 0.5-0.7
17
41
===============
You can’t perform that action at this time.
0 commit comments