diff -r 6285e8374d99 -r 04e80d1aaebf docs/changelog --- a/docs/changelog Tue Oct 12 19:54:03 2021 +0200 +++ b/docs/changelog Tue Oct 12 21:55:56 2021 +0200 @@ -3,6 +3,8 @@ Version 22.1: - bug fixes - first release of eric7 (i.e. the PyQt6 port of eric6) +- Code Style Checker + -- updated pycodestyle to version 2.8.0 - Debugger -- added code to remember the list of recently used breakpoint conditions in the editor and the breakpoint viewer @@ -28,6 +30,8 @@ -- added a 'Start' context sub menu to the project sources browser - Shell -- added capability to save the contents of the shell window into a file +- Syntax Checker + -- updated pyflakes to version 2.4.0 - Unit Test -- added capability to remember the most recently used test data - Viewmanager