changelog

branch
maintenance
changeset 5680
b93cb6353cc0
parent 5600
63eb46a7c3e8
parent 5678
0aa72754d535
child 5694
27f8227ba598
--- a/changelog	Thu Mar 23 18:58:56 2017 +0100
+++ b/changelog	Fri Apr 07 18:33:59 2017 +0200
@@ -1,5 +1,27 @@
 Change Log
 ----------
+Version 17.04:
+- bug fixes
+- General
+  -- increased minimum required Python versions to prevent usage
+     with very old versions (i.e. eric was never tested with)
+     min. versions: Python 2 - 2.7.10; Python 3 - 3.4.0
+- Checkers
+  -- added checks for shadowed Python builtins and unneccessary comprehensions
+     and generators to the code style checker
+  -- added a checker to check for lines of code of too high complexity
+  -- added capability to place line flags (e.g. __IGNORE...) on the line
+     following the one to be ignored
+- Debugger
+  -- shell autocompleter takes the right global variables into account now
+  -- move the instruction pointer within the current function (Hotkey: F12)
+  -- report syntax and indentation errors raised by an application or module
+     in the correct manner
+  -- avoid crashes on using greenlets
+- Mercurial Interface
+  -- extended the user configuration dialog
+  -- added support for the 'zstd' compression for bundles (as of 4.1.0)
+
 Version 17.03.1:
 - bug fixes
 

eric ide

mercurial