From 9e86d0dbd9b43957de4a8af25de3319be70f4d97 Mon Sep 17 00:00:00 2001 From: Robin Dunn Date: Fri, 28 Jul 2017 19:54:22 -0700 Subject: [PATCH] And a changelog entry for it --- CHANGES.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGES.rst b/CHANGES.rst index e1cad71d..69c3e0c5 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -15,6 +15,8 @@ wxPython Changelog Added a deprecated compatibility helper for wx.CustomDataFormat. +* Add missing wx.VScrolledWindow methods listed in the docs as deprecated but + still present. (#441)