From aa67c471c6ce75264d30f46c4510815f8d605e34 Mon Sep 17 00:00:00 2001 From: casey langen Date: Thu, 7 Jan 2021 22:48:40 -0800 Subject: [PATCH] CHANGELOG update. --- CHANGELOG.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.txt b/CHANGELOG.txt index db7150691..c6242b962 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -1,5 +1,6 @@ 0.96.4 +* added mouse wheel support to non-Windows platforms. * fixed some difficult-to-reproduce issues that could corrupt layout. * optimized app resize logic so its simpler and more performant. * fixed issues with terminal emulators on macOS that support REP (e.g. kitty)