From afbfbf89a5f8550866f5b646beb6411e6a15cf00 Mon Sep 17 00:00:00 2001 From: Mike Naberezny Date: Fri, 10 Oct 2014 21:27:44 -0700 Subject: [PATCH] Add breakpoint support to changelog --- CHANGES.txt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGES.txt b/CHANGES.txt index 50f0079..c2ded67 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -1,5 +1,8 @@ 0.21-dev (Next Release) + - Added support for breakpoints in the monitor. Contributed by + Alessandro Gatti. + 0.20 (2014-05-08) - Page wrapping for indexed indirect (X) operations on 65C02 has been