From b0b2063224b6a4c4c4b2fbdc9da4fbaa8bafbe39 Mon Sep 17 00:00:00 2001 From: Robin Dunn Date: Mon, 2 Mar 2020 15:56:40 -0800 Subject: [PATCH] Add changelog entry --- CHANGES.rst | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGES.rst b/CHANGES.rst index d56fff53..f2c43d01 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -85,6 +85,9 @@ New and improved in this release: * Fixed issues in PlotCanvas around displaying and using scrollbars. (#1428) +* Added wx.msw.CHMHelpController, and also a wx.HelpController factory function + that creates an instance of the best Help Controller for the platform. (#1536) +