docs/changelog

branch
eric7-maintenance
changeset 9111
4ac66b6c33a4
parent 9047
a9401b11b74c
child 9192
a763d57e23bc
diff -r 2b9bd8f97576 -r 4ac66b6c33a4 docs/changelog
--- a/docs/changelog	Mon May 02 15:53:05 2022 +0200
+++ b/docs/changelog	Wed Jun 01 13:48:49 2022 +0200
@@ -1,5 +1,33 @@
 Change Log
 ----------
+Version 22.6:
+- bug fixes
+- Dataview Coverage
+  -- added support to write coverage reports as HTML, JSON or LCOV files
+  -- removed the support for writing annotated sources
+     (deprecated in coverage.py)
+- Mercurial Interface
+  -- added configuration option to override the automatic search for the hg
+     executable
+- MicroPython
+  -- updated the list of known CircuitPython boards
+  -- updated the list of known UF2 capable boards
+- pip Interface
+  -- added a filter to the package licenses dialog
+- Syntax Checker
+  -- changed the TOML syntax checker to use 'tomlkit' because 'toml' is no
+     longer maintained
+- Testing
+  -- reworked the former unittest interface to allow to support testing
+     frameworks other than "unittest"
+  -- implemented support for the "unittest" and "pytest" frameworks
+- Wizards
+  -- extended the QInputDialog wizard to support the 'getMultiLineText()'
+     function
+- Third Party packages
+  -- upgraded pip-licenses to version 3.5.4
+  -- upgraded coverage to 6.4.0
+
 Version 22.5:
 - bug fixes
 - General
@@ -123,7 +151,3 @@
   -- upgraded pycodestyle to version 2.8.0
   -- upgraded mccabe to version 0.6.1
   -- upgraded pyflakes to version 2.4.0
-
-Version 21.11:
-- bug fixes
-- last formal eric6 release

eric ide

mercurial