22Pylint's ChangeLog
33------------------
44
5- What's New in Pylint 2.9.0?
5+ What's New in Pylint 2.10.0?
6+ ============================
7+ Release date: TBA
8+
9+ ..
10+ Put new features here and also in 'doc/whatsnew/2.10.rst'
11+
12+
13+ What's New in Pylint 2.9.1?
614===========================
715Release date: TBA
816
917..
10- Put new features and bugfixes here and also in 'doc/whatsnew/2.9.rst'
18+ Put bug fixes that should not wait for a new minor version here
19+
20+
21+
22+ What's New in Pylint 2.9.0?
23+ ===========================
24+ Release date: 2021-06-29
25+
26+ * Python 3.10 is now supported.
1127
1228* Add type annotations to pyreverse dot files
1329
@@ -18,7 +34,7 @@ Release date: TBA
1834
1935 Closes #4618
2036
21- * astroid has been upgraded to 2.6.0
37+ * astroid has been upgraded to 2.6.1
2238
2339* Added various deprecated functions/methods for python 3.10, 3.7, 3.6 and 3.3
2440
@@ -36,8 +52,6 @@ Release date: TBA
3652
3753 Closes #4612
3854
39- * Appveyor is no longer used in the continuous integration
40-
4155* Added ``deprecated-decorator``: Emitted when deprecated decorator is used.
4256
4357 Closes #4429
@@ -137,7 +151,7 @@ Release date: TBA
137151* Fix a crash when a plugin from the configuration could not be loaded and raise an error
138152 'bad-plugin-value' instead
139153
140- Closes #4555
154+ Closes #4555
141155
142156* Added handling of floating point values when parsing configuration from pyproject.toml
143157
@@ -174,11 +188,11 @@ Closes #4555
174188 consistency. As such they don't necessarily provide a performance benefit
175189 and are often times opinionated.
176190
177- * New checker ``consider-using-tuple``. Emitted when an in-place defined
178- list or set can be replaced by a tuple.
191+ * New checker ``consider-using-tuple``. Emitted when an in-place defined
192+ list or set can be replaced by a tuple.
179193
180- * New checker ``consider-using-namedtuple-or-dataclass``. Emitted when dictionary values
181- can be replaced by namedtuples or dataclass instances.
194+ * New checker ``consider-using-namedtuple-or-dataclass``. Emitted when dictionary values
195+ can be replaced by namedtuples or dataclass instances.
182196
183197* Fix error that occurred when using ``slice`` as subscript for dict.
184198
0 commit comments