From fd9377404146d09db9b29e4e099624c1a4323db2 Mon Sep 17 00:00:00 2001 From: chaoticgd <43898262+chaoticgd@users.noreply.github.com> Date: Sat, 4 May 2024 19:32:34 +0100 Subject: [PATCH] Update changelog for v2.1.16 --- CHANGELOG.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6a025ec..1ea1d84 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # Changelog +## v2.1.16 + +- Improved the decompilation of unaligned loads/stores with the new MipsR5900PreAnalyzer. [abelbriggs1](https://github.com/abelbriggs1) +- The argument shown in decompilation output for the syscall instruction is now the syscall number instead of the break code (which is now shown in the disassembly). + ## v2.1.15 - Added support for Ghidra 11.0.3.