From cec7511009c1dd48a744a472f94924f19de1a8f9 Mon Sep 17 00:00:00 2001 From: Roy Qu Date: Wed, 22 Dec 2021 22:04:22 +0800 Subject: [PATCH] - fix: step into instruction and step over instruction not correctly disabled when cpu dialog is created - enhancement: icons in cpu dialog auto change size with fonts --- NEWS.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/NEWS.md b/NEWS.md index 8a7dd4d0..da70f436 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,3 +1,7 @@ +Version 0.11.5 For Dev-C++ 7 Beta + - fix: step into instruction and step over instruction not correctly disabled when cpu dialog is created + - enhancement: icons in cpu dialog auto change size with fonts + Version 0.11.4 For Dev-C++ 7 Beta - fix: compiler set's custom link parameters not used when compiling - fix: code completion doesn't work when input inside () or []