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

Add changelog entry for b710c742ac

This commit is contained in:
Mike Naberezny 2023-11-18 17:04:42 -08:00
parent d547dbc07c
commit 95e152d6cb

View File

@ -19,6 +19,8 @@
- Fixed assembly and disassembly of 65C02 instruction $64 (``STZ $12``).
Patch by Patrick Surry.
- Removed use of the ``asyncore`` module deprecated in Python 3.10.
1.1.0 (2018-07-01)
------------------