diff --git a/Ghidra/Configurations/Public_Release/src/global/docs/ChangeHistory.html b/Ghidra/Configurations/Public_Release/src/global/docs/ChangeHistory.html
index 74247d281c..bf141e9b85 100644
--- a/Ghidra/Configurations/Public_Release/src/global/docs/ChangeHistory.html
+++ b/Ghidra/Configurations/Public_Release/src/global/docs/ChangeHistory.html
@@ -24,7 +24,6 @@
Decompiler. Improved modeling of CFG on Windows 10. (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)
Sleigh. Improved error reporting for SLEIGH compiler. (Issue #364)
@@ -41,10 +40,12 @@
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)
+GUI. Improved documentation on how to deal with HiDPI monitor issues in Linux. In the <ghidra_installation>/support/launch.properties file, change VMARGS=-Dsun.java2d.xrender from false to true.
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.
+Search. Fixed NullPointerException in Decompiler Data Type Reference Finder. (Issue #407)