GP-0 - fix release note

This commit is contained in:
ghizard 2024-03-27 07:59:41 -04:00
parent c3fc70dc28
commit 266aa820bd

View File

@ -44,7 +44,7 @@
<li><I>BSim</I>. Corrected BSim command <span class="gcode">listexes --limit</span> option processing. (GP-4362, Issue #6246)</li>
<li><I>Build</I>. Removed unused log4j-jcl 2.16.0 jar dependency. Updated postgresql JDBC driver jar to 42.6.2. (GP-4449)</li>
<li><I>Debugger</I>. Removed leading slash in executable path for Windows launch options. (GP-4331)</li>
<li><I>Debugger:GDB</I>. Fixed issue parsing breakpoints with command lists, especially with <span class="gtitle">Use existing session (new-ui)<span class="gtitle">. (GP-4368, Issue #6257)</li>
<li><I>Debugger:GDB</I>. Fixed issue parsing breakpoints with command lists, especially with <span class="gtitle">Use existing session (new-ui)</span>. (GP-4368, Issue #6257)</li>
<li><I>Debugger:Listing</I>. Auto-disassembly now ignores <span class="gcode">UNKNOWN</span> memory (fixed regression) and re-disassembles if PC lands offcut in an existing instruction. (GP-4278)</li>
<li><I>Debugger:Recorder</I>. Changed register-recording errors to go to log only, not popup. (GP-4305)</li>
<li><I>Decompiler</I>. The Decompiler will now convert an indirect branch into a return operation if the branch target can be traced to the formal return address storage location. (GP-4226)</li>