summaryrefslogtreecommitdiff
path: root/CHANGES.txt
diff options
context:
space:
mode:
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: