summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlorent Xicluna <florent.xicluna@gmail.com>2014-03-22 16:04:35 +0100
committerFlorent Xicluna <florent.xicluna@gmail.com>2014-03-22 16:04:35 +0100
commit028b81da7dce99c1005af622ceaca0ec530f9162 (patch)
tree122a8ae6040210ea322a149a9e7477b39c01baef
parent427b791cead0b4137c7d7d2e1c7f915f611f47a1 (diff)
downloadpyflakes-028b81da7dce99c1005af622ceaca0ec530f9162.tar.gz
Missing entries in changelog
-rw-r--r--NEWS.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/NEWS.txt b/NEWS.txt
index ec6bffe..f575057 100644
--- a/NEWS.txt
+++ b/NEWS.txt
@@ -7,6 +7,8 @@ UNRELEASED:
`PYFLAKES_DOCTEST` environment variable (with the opposite meaning).
Doctest checking is now disabled by default; set the environment variable
to enable it.
+ - Correctly parse incremental `__all__ += [...]`
+ - Catch return with arguments inside a generator (Python <= 3.2)
0.7.3 (2013-07-02):