Skip to content

Commit e44dd1a

Browse files
committed
Fix merge conflict and add official support for Python 3.14 in release notes
1 parent 453e8ed commit e44dd1a

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

doc/release_notes/release_3.14.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@
22

33
## guidata Version 3.14.1 ##
44

5-
<<<<<<< HEAD
5+
* Added official support for Python 3.14
6+
67
🛠️ Bug fixes:
78

89
* **PySide6 compatibility**: Added `is_qobject_valid()` utility function to safely check if a `QObject`'s underlying C++ object is still valid
@@ -15,9 +16,6 @@
1516

1617
* Refactored refresh action lambda in `IconBrowserWindow` for improved readability
1718
* Simplified widget name retrieval in `close_widgets_and_quit()` function
18-
=======
19-
Added official support for Python 3.14
20-
>>>>>>> origin/master
2119

2220
## guidata Version 3.14.0 ##
2321

0 commit comments

Comments
 (0)