1
0
mirror of https://github.com/mnaberez/py65.git synced 2024-07-12 17:29:24 +00:00

Update changelog

This commit is contained in:
Mike Naberezny 2018-07-01 14:06:46 -07:00
parent 6e21008b89
commit a5dc853e9b

View File

@ -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)