diff --git a/CHANGES.txt b/CHANGES.txt index 1b9e9b5..b430d10 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -1,6 +1,10 @@ 2.0.0.dev0 (Next Release) ------------------------- + - Fixed a bug with character input that would cause characters to be + dropped when pasting in larger amounts of text. This makes it possible + to paste programs into EhBASIC and Taliforth. Patch by SamCoVT. + - Support for some older Python versions has been dropped. On Python 3, Py65 now requires Python 3.4 or later. On Python 2, Py65 now requires Python 2.7.