Skip to content

Commit 1579d16

Browse files
Move changelog to 2.14.1 for pylint-dev#6790 fix
1 parent e49868c commit 1579d16

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

doc/whatsnew/2/2.14/full.rst

+5-5
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,11 @@ Release date: TBA
1818

1919
Closes #6802
2020

21+
* Fixed a false positive regression in 2.13 for ``used-before-assignment`` where it is safe to rely
22+
on a name defined only in an ``except`` block because the ``else`` block returned.
23+
24+
Closes #6790
25+
2126
* Fixed the use of abbreviations for some special options on the command line.
2227

2328
Closes #6810
@@ -106,11 +111,6 @@ Release date: 2022-06-01
106111

107112
Refs #6462
108113

109-
* Fixed a false positive regression in 2.13 for ``used-before-assignment`` where it is safe to rely
110-
on a name defined only in an ``except`` block because the ``else`` block returned.
111-
112-
Closes #6790
113-
114114
* Removed the ``assign-to-new-keyword`` message as there are no new keywords in the supported Python
115115
versions any longer.
116116

0 commit comments

Comments
 (0)