--- a/docs/changelog Sat Oct 03 11:00:32 2020 +0200 +++ b/docs/changelog Sat Oct 03 15:22:59 2020 +0200 @@ -1,5 +1,8 @@ Change Log ---------- +Version 20.11: +- bug fixes + Version 20.10: - bug fixes - Editor @@ -8,13 +11,13 @@ - Python Disassembly Viewer -- added a tool to visualize the Python byte code generated from a Python source file - -- added a viewer to visualize Python byte code generated from a Python + -- added a viewer to visualize the Python byte code generated from a Python traceback of an exception as an additional tab of the debug viewer -- added capability to show information about a code object - Third Party packages -- updated Pygments to 2.7.0 -- updated coverage.py to 5.3.0 - -- removed th no longer needed 'enum' package + -- removed the no longer needed 'enum' package - Various -- changed the code to not rely on the Qt Resource system anymore (no .qrc files and no use of pyrcc5 anymore)