summaryrefslogtreecommitdiff
path: root/CHANGES.txt
diff options
context:
space:
mode:
authorAnthony Sottile <asottile@umich.edu>2022-07-30 15:26:26 -0400
committerAnthony Sottile <asottile@umich.edu>2022-07-30 15:26:26 -0400
commit57e39fa4f66707c305ead679e62d7ce1b7af9362 (patch)
tree3f8f479a6bab01659a7102bfd95d457e076f30ec /CHANGES.txt
parentab806f3f9133ca24366b6254e499f0363f6bf5ec (diff)
downloadpep8-57e39fa4f66707c305ead679e62d7ce1b7af9362.tar.gz
Release 2.9.0
Diffstat (limited to 'CHANGES.txt')
-rw-r--r--CHANGES.txt12
1 files changed, 12 insertions, 0 deletions
diff --git a/CHANGES.txt b/CHANGES.txt
index 49db29b..f24ee34 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -1,6 +1,18 @@
Changelog
=========
+2.9.0 (2022-07-30)
+------------------
+
+Changes:
+
+* E221, E222, E223, E224: add support for ``:=`` operator. PR #1032.
+* Drop python 2.7 / 3.5.
+* E262: consider non-breaking spaces (``\xa0``) as whitespace. PR #1035.
+* Improve performance of ``_is_binary_operator``. PR #1052.
+* E275: requires whitespace around keywords. PR #1063.
+* Add support for python 3.11. PR #1070.
+
2.8.0 (2021-10-10)
------------------