Skip to content

Commit fa49539

Browse files
authored
Update release notes for 23.2.13 (#351)
1 parent 1d87dc8 commit fa49539

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

README.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -335,6 +335,9 @@ Change Log
335335
* B016: Warn when raising f-strings.
336336
* Add B028: Check for an explicit stacklevel keyword argument on the warn method from the warnings module.
337337
* Add B029: Check when trying to use ``except`` with an empty tuple i.e. ``except: ()``.
338+
* Add B030: Check that except handlers only use exception classes or tuples of exception classes.
339+
Fixes crash on some rare except handlers.
340+
* Add B031: Check that ``itertools.groupby()`` is not used multiple times.
338341
* Add B032: Check for possible unintentional type annotations instead of assignments.
339342

340343
23.1.20

0 commit comments

Comments
 (0)