summaryrefslogtreecommitdiff
path: root/CHANGES.txt
diff options
context:
space:
mode:
authorAnthony Sottile <asottile@umich.edu>2022-11-23 13:17:43 -0500
committerGitHub <noreply@github.com>2022-11-23 13:17:43 -0500
commit1063db8747e7d4e213160458aa3792e5ec05bc10 (patch)
tree906425163b5071e72f3450c805a32fdcb33bc595 /CHANGES.txt
parentb38878283c6e4898df7bf438fb4dc03cd204ca14 (diff)
parent806bf5c7b556017fbc759f7576d2fb19aae8c464 (diff)
downloadpep8-1063db8747e7d4e213160458aa3792e5ec05bc10.tar.gz
Merge pull request #1125 from PyCQA/2_10_02.10.0
Release 2.10.0
Diffstat (limited to 'CHANGES.txt')
-rw-r--r--CHANGES.txt12
1 files changed, 11 insertions, 1 deletions
diff --git a/CHANGES.txt b/CHANGES.txt
index f7fddf7..9570eec 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -1,12 +1,22 @@
Changelog
=========
+2.10.0 (2022-11-23)
+-------------------
+
+Changes:
+
+* E231: allow trailing comma inside 1-tuples in `[]`. PR #1108.
+* W601, W602, W603, W604: removed (no longer relevant in python 3). PR #1111.
+* E741: also apply to lambdas. PR #1106.
+* E741: fix false positive for comparison operators. PR #1118.
+
2.9.1 (2022-08-03)
------------------
Changes:
-* E275: fix false positive for yield expressions.
+* E275: fix false positive for yield expressions. PR #1091.
2.9.0 (2022-07-30)
------------------