diff --git a/Ghidra/Configurations/Public_Release/src/global/docs/ChangeHistory.html b/Ghidra/Configurations/Public_Release/src/global/docs/ChangeHistory.html index fe5c6e71b6..089e2263f9 100644 --- a/Ghidra/Configurations/Public_Release/src/global/docs/ChangeHistory.html +++ b/Ghidra/Configurations/Public_Release/src/global/docs/ChangeHistory.html @@ -7,6 +7,25 @@
++Improvements
++
+- Debugger:Listing. Refresh button in Debugger's Dynamic Listing and Memory Bytes views now operates without a selection and is more thorough with respect to cache invalidation. (GP-1930)
+
+Bugs
++
+- Analysis. Fixed an exception that occurred when loading programs created in previous versions where the analysis option's type had changed (String to Long). (GP-1738)
+- Analysis. Constant reference propagation now uses pcode injection for segment and all userops. This affects 16-bit code and the HCS12 processor. (GP-1987, Issue #4252)
+- C Parsing. Added C-Parser support for
+static_assertkeywords. (GP-1958, Issue #4038)and_Static_assert- C Parsing. Corrected C-Parser to parse
+sizeofstructure members, bothsizeof(ptr->member)andsizeof(struct.member). (GP-1964, Issue #4173)- Decompiler. Fixed bug causing the Decompiler to not label pointer references to the first parameter on the stack. (GP-2018)
+- GUI. Fixed bug that caused some edited functions to appear twice in the Functions window. (GP-2025)
+- GUI. Fixed potentially slow computer name lookup in the Error Dialog. (GP-2034)
+- Importer:COFF. Fixed importing of non-Microsoft COFF files when any section crosses address 0x80. COFF sections marked as data that won't fit into the default data address space will be loaded in the code address space. (GP-2045)
+
Improvements