Skip to content

Commit 4b012da

Browse files
committed
Update release notes for version 3.14.2 and fix formatting of bug fixes
1 parent 1a5314f commit 4b012da

1 file changed

Lines changed: 2 additions & 7 deletions

File tree

doc/release_notes/release_3.14.md

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,12 @@
11
# Version 3.14 #
22

3-
## guidata Version 3.14.3 ##
4-
5-
🛠️ Bug fixes:
6-
7-
* **PyQt6 compatibility**: Fixed `RuntimeError: wrapped C/C++ object has been deleted` when closing dialogs in automated tests with PyQt6 — `exec_dialog()` now checks object validity before calling `deleteLater()`, since Qt may already have destroyed the C++ object during `exec()`
8-
93
## guidata Version 3.14.2 ##
104

115
🛠️ Bug fixes:
126

137
* **Old QtPy compatibility**: Fixed `ImportError` when using QtPy < 2.0.0 (guidata supports QtPy >= 1.9) — the `PYSIDE6` constant was not available before QtPy 2.0.0
14-
* **MultipleChoiceItem validation**: Fixed `DataItemValidationError` when accepting a dialog containing a `MultipleChoiceItem` with validation enabled — the widget was passing a list instead of the expected tuple, causing a validation failure when closing the dialog
8+
* **MultipleChoiceItem validation**: Fixed `DataItemValidationError` when accepting a dialog containing a `MultipleChoiceItem` with validation enabled — the widget was passing a list instead of the expected tuple, causing a validation failure when closing the dialog (fixes [Issue #98](https://github.com/PlotPyStack/guidata/issues/98))
9+
* **PyQt6 compatibility**: Fixed `RuntimeError: wrapped C/C++ object has been deleted` when closing dialogs in automated tests with PyQt6 — `exec_dialog()` now checks object validity before calling `deleteLater()`, since Qt may already have destroyed the C++ object during `exec()`
1510

1611
## guidata Version 3.14.1 ##
1712

0 commit comments

Comments
 (0)