From 18abfc65aa8a582b096337fdd492b759499a6500 Mon Sep 17 00:00:00 2001 From: Robin Dunn Date: Wed, 20 May 2020 14:12:47 -0700 Subject: [PATCH] Add changelog entry --- CHANGES.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGES.rst b/CHANGES.rst index fffd7b92..f5a2ac78 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -38,6 +38,8 @@ New and improved in this release: * Add the column index to notification events in UltimateListControl (PR#1630) +* Added orientation parameter to UltimateListControl.GetScrollPos. (PR#1632) +