From 0c38ff27540de60b530823f28f5ceaae6134e59e Mon Sep 17 00:00:00 2001 From: Ogi Moore Date: Wed, 7 Jul 2021 22:47:49 -0700 Subject: [PATCH] Add one more PR to the changelog --- CHANGELOG | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG b/CHANGELOG index 1d6e0820..4e8b2ec3 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -43,6 +43,7 @@ pyqtgraph-0.12.2 - #1876 Fix LineROI handle positions being way off-base in some circumstances - #1871 Allow adding items to GLViewWidget before calling GLViewWidget.show() - #1864 Draw GradientLegend in ViewBox coordinate system with correct orientation + - #1875 Fixed mouse events in GLViewWidget for PyQt6 bindings API/Behavior Changes: - #519 Expose clickable property in PlotDataItem