From dae90f0053c7789b0105d3da8a18df08bc3d212e Mon Sep 17 00:00:00 2001 From: Ryan Fleury Date: Wed, 15 Apr 2026 12:54:30 -0700 Subject: [PATCH] changelog --- CHANGELOG.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b68d8552..1c16d159 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -16,11 +16,11 @@ - Added a dedicated zoom setting for the memory view. - Added a setting for automatically determining the number of columns in the memory view based on the available space. -- Fixed many bugs and improved visuals in the memory view. +- Fixed many bugs and improved visuals in the memory view. (#690) - Fixed the debugger incorrectly evaluating pointer casts of registers in register space, rather than promoting them to process address space evaluations. This fixes cases where expressions like `(int *)rax` were not - evaluating correctly. + evaluating correctly. (#659) - Fixed the debugger incorrectly requiring multiple step operations when source lines mapped to multiple discontiguous ranges of instructions. This most notably showed up with certain styles of `for`-loops, especially with Clang