--- a/docs/changelog.md Thu Oct 03 17:06:51 2024 +0200 +++ b/docs/changelog.md Thu Oct 31 10:54:33 2024 +0100 @@ -1,5 +1,24 @@ # Change Log +### Version 24.11 +**Note:** As Python 3.8 is EOL this eric-ide release will be the last one +supporting this Python version. + +- bug fixes +- General + - Made the code compatible with Python 3.13. +- Code Style Checker + - Updated these checkers. + - Miscellaneous to `flake8-bugbear` v24.8.19 + - Security to `bandit` v1.7.10 +- IDE Server + - Extended the eric-ide server integration in the file browser. +- MicroPython + - Updated the list of known CircuitPython boards for CPy 9.2.0. + - Updated the list of known UF2 capable boards. +- Third Party Packages + - Upgraded `pycodestyle` to version 2.12.1. + ### Version 24.10 - bug fixes - Debugger