diff --git a/Ghidra/Configurations/Public_Release/src/global/docs/ChangeHistory.html b/Ghidra/Configurations/Public_Release/src/global/docs/ChangeHistory.html index f133714e1a..ecf6828498 100644 --- a/Ghidra/Configurations/Public_Release/src/global/docs/ChangeHistory.html +++ b/Ghidra/Configurations/Public_Release/src/global/docs/ChangeHistory.html @@ -7,6 +7,49 @@
++New Feature
++ ++ +
+- GUI. Function tags are now viewable by function.
+ +
+Improvements
++ ++ +
+- Decompiler. Improved modeling of CFG on Windows 10 (Thanks, Markus Pieton). (Issue #340)
+- Patcher. Renamed patch directory to /Ghidra/patch and added README.txt that explains how the patch directory is used.
+- Search. Fixed NullPointerException in Decompiler Data Type Reference Finder. (Issue #407)
+- Search. Updated the Decompiler Data Type Finder to find references to inside of nested array access in a line of Decompiler C output. (Issue #416)
+ +
+Bugs
++` ++ +
+- Analysis. Code that checks for thunks no longer throws an exception if the PC is not set for the processor.
+- Analysis. Made a fix to enable Apply button when changing tool options. (Issue #40)
+- Data Types. Fixed concurrent modification exception when replacing one datatype for another that results in some other datatype being renamed.
+- Decompiler. Fixed dynamic variables and equates in 16-bit x86 programs. (Issue #336)
+- Decompiler:Java. Fixed DEX decompilation regression issue. (Issue #350)
+- Eclipse Integration. Fixed exception in Eclipse GhidraDev plugin that occurred when performing certain actions on a Ghidra project that was imported from a previously exported Archive File. (Issues #283, #383)
+- Importer. Fixed an exception that occurred when batch importing APK files. (Issue #426)
+- Languages. The 6502 Zero page indexed addressing has been corrected to only access the Zero page. (Issue #201)
+- Languages. The 68000 BCD arithmetic instructions now have pcode semantics that allow disassembly to continue. (Issue #227)
+- Multi-User:Ghidra Server. Restored ability to execute svrAdmin script in development mode.
+ +
Bugs