docs/changelog

branch
maintenance
changeset 7286
7eb04391adf7
parent 7214
f434af227a41
parent 7281
8087ef6df2e4
child 7322
cd8ee889589f
--- a/docs/changelog	Mon Sep 09 18:52:08 2019 +0200
+++ b/docs/changelog	Thu Oct 03 11:12:10 2019 +0200
@@ -1,9 +1,28 @@
 Change Log
 ----------
+Version 19.10:
+- bug fixes
+- removed runtime support for Python2 and PyQt4
+- changed minimum Qt/PyQt version required to 5.9.0
+- Code Style Checker
+  -- added more comprehension checks
+  -- added checks for insecure use of sys.version and sys.version_info
+  -- added a checker class for type annotations
+- Editor
+  -- added configuration option to set the tab and indentation width for each
+     languages separately (as an override to the global ones)
+  -- added a typing aid for YAML
+- QFileDialog Wizard:
+  -- added support for the QFileDialog.get...Url() methods
+  -- added support for E5FileDialog
+- Third Party packages
+  -- updated coverage.py to 4.5.4
+
 Version 19.9:
 - bug fixes
-- added widgets to support development for embedded controllers with
-  MicroPython (ESP8266/ESP32, CircuitPython and BBC micro:bit)
+- MicroPython
+  -- added widgets to support development for embedded micro controllers with
+     MicroPython (ESP8266/ESP32, CircuitPython and BBC micro:bit)
 - Main Window
   -- added an action to the Windows menu to activate the current editor
 - Mercurial Interface
@@ -11,8 +30,8 @@
 - Web Browser (NG)
   -- added support for the QWebEnginePage.Notifications as Qt 5.13.0
 - API Files
-  -- added API files for BBC micro:bit MicroPython and updated the PyQt5 API
-     files
+  -- added API files for MicroPython, CircuitPython and BBC micro:bit
+     MicroPython and updated the PyQt5 API files
 - API Generator
   -- added the -i switch to ignore the existence of builtin modules when
      creating API files

eric ide

mercurial