Skip to content

Commit f5b9443

Browse files
committed
notes
1 parent a96c822 commit f5b9443

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,16 @@
99
- Reintroduced the `list` lens, which gathers all nodes in a linked list, and
1010
visualizes them as a flat list of pointers (the same as how an array of
1111
pointers is visualized).
12+
- Fixed a crash when closing empty Geometry 3D views. (#652, #657)
13+
- Fixed the debugger not visualizing `enum` types when evaluated through a
14+
bitfield type. (#655)
15+
- Fixed the PDB -> RDI conversion not correctly generating location information
16+
for function parameters, when the EXE/PDB were built to include support for
17+
Edit and Continue (`-ZI` switch). (#656)
18+
19+
## Binary Utility Changes
20+
21+
- Fixed a crash when using the `--compress` option, when generating RDI files.
1222

1323
# v0.9.22-alpha
1424

0 commit comments

Comments
 (0)