From 2d70059f478807f3062147c3f8eb89f99d7dfae3 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Mon, 14 Jan 2019 10:12:05 +0530 Subject: [PATCH] Document fix for #1299 Fix #1299 --- docs/changelog.rst | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/changelog.rst b/docs/changelog.rst index b4d1ec6d0..036a722d6 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -20,6 +20,10 @@ Changelog - Add a list of user-created kittens to the docs +- Fix a regression that broke changing mouse wheel scroll direction with + negative :opt:`wheel_scroll_multiplier` values in full-screen applications + like vim (:iss:`1299`) + 0.13.2 [2019-01-04] ------------------------------