Skip to content

Commit

Permalink
Updated CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
PierreRaybaut committed Sep 10, 2024
1 parent c7f671e commit 0115cfb
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@

🛠️ Bug fixes:

* PySide6 compatibility issues:
* Fixed deprecated call to `QMouseEvent` in `tests/unit/utils.py`
* Added workaround for `QPolygonF` shape point slicing
* [Issue #21](https://github.com/PlotPyStack/PlotPy/issues/21) - PySide6 on Linux: segfault in test_colormap_editor.py
* Fixed `sliderMoved` signal connection in `ColorMapEditor`
* Fixed `AssertionError` in test_rect_zoom.py (Linux, Python 3.12, PyQt6)
* Fixed typing issues in `plotpy.events` module:
* Event objects were not properly typed (`QtCore.QEvent` instead of `QtGui.QMouseEvent`)
* Event position arguments were not properly typed (`QtCore.QPoint` instead of `QtCore.QPointF`)
Expand Down

0 comments on commit 0115cfb

Please sign in to comment.