GP-3431 Small formatting change (remove extra spaces and new line)

This commit is contained in:
ghizard 2023-05-15 15:49:25 -04:00
parent 7075d13bcb
commit 03099e88f4

View File

@ -4,13 +4,13 @@
<HEAD>
<TITLE>Ghidra Change History</TITLE>
<style>
.gcode {
font-family: courier new;
font-weight: bold;
font-size: 85%;
}
.gtitle {
font-style: italic;
font-weight: bold;
@ -37,7 +37,7 @@
<li><I>Debugger</I>. Added ability to export/serve symbols and types as Volatility ISF JSON. (GP-3222)</li>
<li><I>Debugger:Emulator</I>. Added <span class="gtitle">Invalidate Emulator Cache</span> action. (GP-2970)</li>
<li><I>Debugger:Emulator</I>. Added <span class="gtitle">Add Region</span> and <span class="gtitle">Delete Regions</span> actions to the <span class="gtitle">Regions</span> window. (GP-3357)</li>
<li><I>Debugger:Objects</I>. Added commands <span class="gtitle">Advance</span> to GDB, <span class="gtitle">Step/Trace to Address</span> to dbgeng/model, and <span class="gtitle">Run to Address</span> to LLDB in address context menus. (GP-1808, Issue #4056)</li>
<li><I>Debugger:Objects</I>. Added commands <span class="gtitle">Advance</span> to GDB, <span class="gtitle">Step/Trace to Address</span> to dbgeng/model, and <span class="gtitle">Run to Address</span> to LLDB in address context menus. (GP-1808, Issue #4056)</li>
<li><I>DWARF</I>. Added support for some Apple-specific DWARF tags. (GP-3175)</li>
<li><I>GUI</I>. Added theming support to Ghidra, including a dark theme. (GP-1981, Issue #4145)</li>
<li><I>GUI</I>. By default, programs will now open to their location when last closed. (GP-2939, Issue #1196)</li>
@ -104,8 +104,7 @@
<li><I>Diff</I>. Added ability to initiate a Program Diff with another program selected from a list of compatible open programs already open in the tool. (GP-2897)</li>
<li><I>DWARF</I>. Added support for ELF-compressed sections. (GP-2363, Issue #3659, #4460)</li>
<li><I>Eclipse Integration</I>. Eclipse now recognizes test source folders. (GP-3130)</li>
<li><I>ELF</I>. Added support for tagging ELF informational sections.
Added support for Golang metadata in ELF binaries. (GP-2111)</li>
<li><I>ELF</I>. Added support for tagging ELF informational sections. Added support for Golang metadata in ELF binaries. (GP-2111)</li>
<li><I>Exporter</I>. The PE and ELF exporters have been replaced by a new Original File Exporter that will work on all programs that store original file bytes. The Original File Exporter has an option to export both user-modified bytes as well as original bytes. (GP-2770)</li>
<li><I>Graphing</I>. Upgraded jungrapht-visualization and jungrapht-layout to version 1.4. (GP-3249, Issue #5156)</li>
<li><I>GUI</I>. Improved support for Ghidra URLs and their use in comment annotations. (GP-2509)</li>