--- a/docs/changelog.md Fri Sep 01 10:26:51 2023 +0200 +++ b/docs/changelog.md Thu Oct 05 09:59:53 2023 +0200 @@ -1,5 +1,31 @@ # Change Log +### Version 23.10 +- bug fixes +- General + - Made the code compatible with Python 3.12. +- Editor + - Added a typing completer for TOML files. + - Enhanced the existing completers slightly. + - Enhanced the 'Search & Replace' widget to allow a mode switching using + a mode switch button and keyboard shortcuts (see issue 511) +- Mercurial Interface + - Added the capability to select the branches to be shown to the Log Browser + window. +- MicroPython + - Updated the list of known CircuitPython boards. +- pip Interface + - Added capability to disable display of vulnerability data (e.g. if system + does not support HTTPS protocol). +- Shell + - Added some more special commands (% commands). Type '%help' to get a dialog + listing these commands. +- Syntax Checker + - Added code to the Python syntax checker to report Python Warnings. +- Third Party packages + - Upgraded eradicate to version 2.3.0. + - Upgraded pip-licenses to version 4.3.2. + ### Version 23.9 - bug fixes - MicroPython