From a5dc853e9b988c0097466f12305b7a18ccc9a412 Mon Sep 17 00:00:00 2001 From: Mike Naberezny Date: Sun, 1 Jul 2018 14:06:46 -0700 Subject: [PATCH] Update changelog --- CHANGES.txt | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGES.txt b/CHANGES.txt index 9aa7f33..0964471 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -1,6 +1,15 @@ -1.0.1.dev0 (Next Release) +1.1.0.dev0 (Next Release) ------------------------- + - The ``Monitor`` class now allows the default memory to be supplied in + the constructor. Patch by Irmen de Jong. + + - Fixed a bug where setting the MPU via ``py65mon`` command line arguments + would have no effect. Reported by Michael A. Morris, patch by Ed Spittles. + + - The ``itoa()`` function in ``conversions.py`` now raises an error when an + unsupported base is given. Patch by Scot W. Stevenson. + - The unused hexdump loader utility has been removed. 1.0.0 (2017-05-11)