--- a/eric6/Plugins/CheckerPlugins/SyntaxChecker/pyflakes/__init__.py Sat Jul 20 15:06:27 2019 +0200 +++ b/eric6/Plugins/CheckerPlugins/SyntaxChecker/pyflakes/__init__.py Sat Jul 20 15:34:31 2019 +0200 @@ -38,9 +38,9 @@ """ """ Changes -2.1.1 (2019-02-28) -- Fix reported line number for type comment errors -- Fix typing.overload check to only check imported names +2.1.1 (2019-02-28) +- Fix reported line number for type comment errors +- Fix typing.overload check to only check imported names 2.1.0 (2019-01-23)