--- a/docs/changelog Sun May 31 17:26:46 2020 +0200 +++ b/docs/changelog Sat Jul 04 11:45:34 2020 +0200 @@ -1,11 +1,29 @@ Change Log ---------- +Version 20.7: +- bug fixes +- General + - removed support for Python2 + - removed support for Qt4 (PyQt4 and pyside) +- pip Interface + -- added menu action for pip cache management +- Code Style Checker + -- changed the dialog to allow the selection of checker categories + -- added several security related checks (ported from bandit) + -- extended the dialog to show a list of files still to be checked + -- updated pycodestyle to version 2.6.0 +- Syntax Checker + -- updated pyflakes to version 2.2.0 +- Third Party packages: + -- updated asttoken to version 2.0.4 + Version 20.6: - bug fixes - Web Browser: -- added a configurable URL entry color to indicate sites with certificate issues -- added code to ask for the title of a new bookmark folder + Version 20.5: - bug fixes - MicroPython