File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -97,12 +97,6 @@ Extensions
9797Other 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
Original file line number Diff line number Diff line change @@ -42,6 +42,12 @@ Extensions
4242Other 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
You can’t perform that action at this time.
0 commit comments