1
0
mirror of https://github.com/mnaberez/py65.git synced 2024-06-06 20:29:34 +00:00

Add changelog entry for #30

This commit is contained in:
Mike Naberezny 2016-10-07 13:50:29 -07:00
parent 52a23b0958
commit 60921f9691

View File

@ -5,6 +5,10 @@
produced different results. Arguments can now be specified in any
order. Patch by Mario Keller.
- Added new ``--input`` and ``--output`` arguments to ``py65mon`` that
allow the addresses of the ``getc`` and ``putc`` handlers to be
changed. Patch by Mario Keller.
0.24 (2015-03-31)
- Released as a universal wheel.