Skip to content

Commit ff48962

Browse files
committed
Update changelog
1 parent bcd9b46 commit ff48962

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

docs/CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ _Released xx/10/2024_
2424

2525
- `All` Support for Unicode filenames in drag and drop. Thanks @hustshenl
2626
- `Cocoa` Fix open file dialog file type selector and all files filter
27+
- `Cocoa` Fix folder drag and drop. Thanks @pythons
2728
- `GTK` Fix multiple file drag and drop on certain Linux distributions. Thanks @coffeejunk
2829
- `QT` QT6 compatilibity
2930
- `QT` Release of profile requested but WebEnginePage still not deleted with multiple windows

docs/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@ pip install pywebview
2424

2525
_On Linux you need additional libraries. Refer to the [installation](/guide/installation.html) page for details._
2626

27-
2827
### Hello world:
28+
2929
``` python
3030
import webview
3131
webview.create_window('Hello world', 'https://pywebview.flowrl.com/')

0 commit comments

Comments
 (0)