Plugins/CheckerPlugins/SyntaxChecker/pyflakes/__init__.py

changeset 5510
cdcd0cd34e79
parent 5389
9b1c800daff3
child 6048
82ad8ec9548c
diff -r d4c4763b46ee -r cdcd0cd34e79 Plugins/CheckerPlugins/SyntaxChecker/pyflakes/__init__.py
--- a/Plugins/CheckerPlugins/SyntaxChecker/pyflakes/__init__.py	Wed Feb 08 21:36:29 2017 +0100
+++ b/Plugins/CheckerPlugins/SyntaxChecker/pyflakes/__init__.py	Wed Feb 08 21:39:58 2017 +0100
@@ -32,6 +32,19 @@
 """
 
 """ Changes
+1.5.0 (2017-01-09)
+  - Enable support for PEP 526 annotated assignments
+
+1.4.0 (2016-12-30):
+  - Change formatting of ImportStarMessage to be consistent with other errors
+  - Support PEP 498 "f-strings"
+
+1.3.0 (2016-09-01):
+  - Fix PyPy2 Windows IntegrationTests
+  - Check for duplicate dictionary keys
+  - Fix TestMain tests on Windows
+  - Fix "continue" and "break" checks ignoring py3.5's "async for" loop
+
 1.2.3 (2016-05-12):
   - Fix TypeError when processing relative imports
 

eric ide

mercurial