summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJonathan Slenders <jonathan@slenders.be>2016-08-03 20:34:20 +0200
committerJonathan Slenders <jonathan@slenders.be>2016-08-03 20:34:20 +0200
commit1a79ef078b1926222419ef2a663f47d223142c85 (patch)
tree2fc4b4e7fe1e336d81ada134abf84dbb746f0f5c
parentc4b3504ca9207c50c79779387998214dfe9dc2ac (diff)
Fix in changelog: the arrow keys fix is not a performance optimization :).
-rw-r--r--CHANGELOG2
1 files changed, 1 insertions, 1 deletions
diff --git a/CHANGELOG b/CHANGELOG
index bda2a39d..e53fed30 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -22,8 +22,8 @@ Fixes:
* Distinguish backspace from Control-H. They are not the same.
* Delete in front of the cursor when a negative argument has been given
to backspace.
-- Performance optimizations:
* Handle arrow keys correctly in emacs-term.
+- Performance optimizations:
* Performance optimization in Registry.
* Several performance optimization in filters.
* Import asyncio inline (only if required).