diff -r 2971d5d19951 -r e8eb8370ea94 docs/changelog --- a/docs/changelog Fri Jan 15 19:49:36 2021 +0100 +++ b/docs/changelog Sat Jan 16 16:32:01 2021 +0100 @@ -7,6 +7,7 @@ -- added support for PySide6 - Code Style Checker -- added a commented code whitelist patterns to the Miscellaneous Checker + -- added support for the '@yield' and '@ytype' tags - Debugger -- added support for debugging multiprocess scripts using these methods --- QProcess.start(), QProcess.startDetached() @@ -20,6 +21,8 @@ -- added support for the "Continue Until" action execution code until the current cursor line (if it is greater than the current line) or until returning from the current frame +- Documentation Generator + -- added support for the '@yield' and '@ytype' tags to document generators - Editor -- added code to enclose the current selection by entering ", ' or a bracket ( (, ), [, ], {, }, <, > ) characters