summaryrefslogtreecommitdiff
path: root/CHANGES.txt
diff options
context:
space:
mode:
authorAnthony Sottile <asottile@umich.edu>2020-05-08 07:32:59 -0700
committerAnthony Sottile <asottile@umich.edu>2020-05-08 07:32:59 -0700
commit82b04165eb53f8e3320b492ddfd2b0c3ee5f70e1 (patch)
tree941a87912a41fc383ca7d8c69c219c38b85fb082 /CHANGES.txt
parent1aa4c0a337d946388eab0c7f24eeb56908bf7252 (diff)
downloadpep8-82b04165eb53f8e3320b492ddfd2b0c3ee5f70e1.tar.gz
2.6.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 aa2d181..86bf47b 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -1,7 +1,17 @@
Changelog
=========
-2.6.0a1 (2020-04-02)
+2.6.0 (2020-05-08)
+------------------
+
+Changes:
+
+* E306: fix detection inside ``async def``. PR #929.
+* E301: fix regression disallowing decorated one-liners. PR #927.
+* E714: fix false positive with chained ``is not``. PR #931.
+
+
+2.6.0a1 (2020-04-23)
--------------------
New checks: