From 645432c6b7565d0ea63c22c79c5b9c7c81106909 Mon Sep 17 00:00:00 2001 From: Mike Naberezny Date: Sun, 11 Oct 2020 15:33:49 -0700 Subject: [PATCH] Add changelog entry for 5ae7eeb6f79659f13a3b7e7a85eb80e7561aa984 --- CHANGES.txt | 4 ++++ 1 file changed, 4 insertions(+) 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.