@@ -15,13 +15,23 @@ Release date: TBA
1515 (Ie. not necessarily at the end)
1616
1717
18- What's New in Pylint 2.12.2 ?
18+ What's New in Pylint 2.12.3 ?
1919============================
2020Release date: TBA
2121
2222..
2323 Put bug fixes that should not wait for a new minor version here
2424
25+
26+ ..
27+ Insert your changelog randomly, it will reduce merge conflicts
28+ (Ie. not necessarily at the end)
29+
30+
31+ What's New in Pylint 2.12.2?
32+ ============================
33+ Release date: 2021-11-25
34+
2535* Fixed a false positive for ``unused-import`` where everything
2636 was not analyzed properly inside typing guards.
2737
@@ -54,9 +64,14 @@ Release date: TBA
5464
5565 Closes #5452
5666
57- ..
58- Insert your changelog randomly, it will reduce merge conflicts
59- (Ie. not necessarily at the end)
67+ * Fix false negative for ``consider-iterating-dictionary`` during membership checks encapsulated in iterables
68+ or ``not in`` checks
69+
70+ Closes #5323
71+
72+ * ``unused-import`` now check all ancestors for typing guards
73+
74+ Closes #5316
6075
6176
6277What's New in Pylint 2.12.1?
@@ -86,11 +101,6 @@ Release date: 2021-11-24
86101
87102 Closes #4412 #5287
88103
89- * Fix false negative for ``consider-iterating-dictionary`` during membership checks encapsulated in iterables
90- or ``not in`` checks
91-
92- Closes #5323
93-
94104* Fix ``install graphiz`` message which isn't needed for puml output format.
95105
96106* ``MessageTest`` of the unittest ``testutil`` now requires the ``confidence`` attribute
0 commit comments