From ab5b0e2379253915f38f9ab0c9a820e8a3a9add0 Mon Sep 17 00:00:00 2001 From: tomcw Date: Fri, 21 Jul 2023 21:21:08 +0100 Subject: [PATCH] Debugger: update change log --- docs/Debugger_Changelog.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/Debugger_Changelog.txt b/docs/Debugger_Changelog.txt index f1ed8663..fbd7e33f 100644 --- a/docs/Debugger_Changelog.txt +++ b/docs/Debugger_Changelog.txt @@ -1,4 +1,5 @@ /* +2.9.2.0 Fixed: Debugger: Step-over WAIT can fail #1194 2.9.1.26 Fixed: When adding symbols list the address first then the name for readability 2.9.1.25 Fixed: R P ## wasn't setting P flag status register. 2.9.1.24 Fixed: Disassembly line when at PC for BW mode. GH #1231