From 1a43eaab5079d42690edb708650b7b7fa56617a2 Mon Sep 17 00:00:00 2001 From: suzukiplan Date: Sun, 23 Oct 2022 17:10:35 +0900 Subject: [PATCH] update documents --- CHANGELOG.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7d71b7c..23e426a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,10 @@ # Change log -## Version 1.8.0 +## Version 1.8.0 (Oct 23, 2022 JST) +- Make strict the registers conditions at callback time (NOTE: **Destructive** change specification) + - see the details: https://github.com/suzukiplan/z80/issues/49 +- When a runtime error occurs, such as executing an instruction that not exists, a crash used to occur, but now it throws a `std::runtime_error` exception. - add new FP methods: - `addBreakPointFP` - `addBreakOperandFP`