summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIan Lee <IanLee1521@gmail.com>2016-06-25 12:49:04 -0700
committerIan Lee <IanLee1521@gmail.com>2016-06-25 12:49:35 -0700
commit3f082e5b38f2537ed1f0d21f273538bf492b1e79 (patch)
tree8aedc316ecad8e5d85b9a5f2c87c56b9c843a941
parentef44231707e77cca9548aa0f7f74a9e1022fb6ea (diff)
downloadpep8-upcoming-3.0.tar.gz
Updated changelog to mark #425 as for 3.0 releaseupcoming-3.0
-rw-r--r--CHANGES.txt8
1 files changed, 7 insertions, 1 deletions
diff --git a/CHANGES.txt b/CHANGES.txt
index 199155f..c5cc9f9 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -1,13 +1,19 @@
Changelog
=========
+3.0.0 (unreleased)
+------------------
+
+Changes:
+
+* Using the ``--count`` flag now always prints a value (defaults to zero); #425
+
2.1.0 (unreleased)
------------------
Changes:
* Added check E74x for using variables named 'l', 'O', or 'I'; #341
-* Using the ``--count`` flag now always prints a value (defaults to zero); #425
2.0.0 (2016-05-31)