Skip to content

Commit 3b56d18

Browse files
erikwrightPCManticore
authored andcommitted
Correct the location of a Changelog entry. (#1629)
A PR was merged that introduced a changelog entry in a previous release. This PR places the entry in the correct (upcoming) release section.
1 parent cb8ebdb commit 3b56d18

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

ChangeLog

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,12 @@ What's New in Pylint 1.8?
8181
c-extensions.
8282
Close #1466
8383

84+
* Disabling 'wrong-import-order', 'wrong-import-position', or
85+
'ungrouped-imports' for a single line now prevents that line from
86+
triggering violations on subsequent lines.
87+
88+
Close #1336
89+
8490
What's New in Pylint 1.7.1?
8591
=========================
8692

@@ -125,12 +131,6 @@ Release date: 2017-04-13
125131

126132
Close #1342
127133

128-
* Disabling 'wrong-import-order', 'wrong-import-position', or
129-
'ungrouped-imports' for a single line now prevents that line from
130-
triggering violations on subsequent lines.
131-
132-
Close #1336
133-
134134
* Added a new error, 'used-prior-global-declaration', which is emitted when a name
135135
is used prior a global declaration in a function. This causes a SyntaxError in
136136
Python 3.6

0 commit comments

Comments
 (0)