Skip to content

Commit 7454a02

Browse files
Move changelog to 2.14
1 parent bfe866e commit 7454a02

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

doc/whatsnew/2.12.rst

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -97,12 +97,6 @@ Extensions
9797
Other Changes
9898
=============
9999

100-
* Add an option ``disable-path-patching`` to better support namespace packages.
101-
This option is disabled by default as it has a trade off with being able
102-
to lint uninstalled packages.
103-
104-
Closes #5266
105-
106100
* Fix ``install graphiz`` message which isn't needed for puml output format.
107101

108102
* ``pylint`` no longer crashes when checking assignment expressions within if-statements

doc/whatsnew/2.14.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,12 @@ Extensions
4242
Other Changes
4343
=============
4444

45+
* Add an option ``disable-path-patching`` to better support namespace packages.
46+
This option is disabled by default as it has a trade off with being able
47+
to lint uninstalled packages.
48+
49+
Closes #5266
50+
4551
* Only raise ``not-callable`` when all the inferred values of a property are not callable.
4652

4753
Closes #5931

0 commit comments

Comments
 (0)