From f5b94436366105a2b1be7b98090fde792133b37b Mon Sep 17 00:00:00 2001 From: Ryan Fleury Date: Fri, 17 Oct 2025 07:44:49 -0700 Subject: [PATCH] notes --- CHANGELOG.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 92924ad5..dfa120f5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,16 @@ - Reintroduced the `list` lens, which gathers all nodes in a linked list, and visualizes them as a flat list of pointers (the same as how an array of pointers is visualized). +- Fixed a crash when closing empty Geometry 3D views. (#652, #657) +- Fixed the debugger not visualizing `enum` types when evaluated through a + bitfield type. (#655) +- Fixed the PDB -> RDI conversion not correctly generating location information + for function parameters, when the EXE/PDB were built to include support for + Edit and Continue (`-ZI` switch). (#656) + +## Binary Utility Changes + +- Fixed a crash when using the `--compress` option, when generating RDI files. # v0.9.22-alpha