--- a/docs/changelog.md Tue May 02 10:20:23 2023 +0200 +++ b/docs/changelog.md Sat May 27 19:02:58 2023 +0200 @@ -1,5 +1,24 @@ # Change Log +### Version 23.6 +- bug fixes +- Code Style Checker + - Updated these checkers to support more cases. + - Annotations + - Miscellaneous + - Name Order + - Simplify + - Added these checkers to support more case. + - unused arguments + - unused global variables +- MicroPython + - Added support of th WebREPL device interface available on some boards with + builtin network capability. + - Added the capability to enable/disable the WebREPL via the WiFi menu. +- Third Party packages + - Upgraded pipdeptree to version 2.7.1. + - Upgraded pip-licenses to version 4.3.1. + ### Version 23.5 - bug fixes - JavaScript Support