Skip to content

Commit

Permalink
update release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
MatthieuDartiailh committed Feb 21, 2023
1 parent 511f01e commit b54467b
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions releasenotes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,14 @@ Dates are written as DD/MM/YYYY
0.16.0 - 21/02/2023
-------------------
- add support for Python 3.11+ PR #514
Python 3.11 is only tested with Qt6 backend
Python 3.11 is only tested with Qt6 backend and does not include support for
catching exception groups.
- fix several issues related to PySide6 PR #513
- switch to use pegen to generate the parser PR #474
This results in a much easier to maintain parser (in particular when it comes
to supporting new Python features), provides with more detailed location
information which are needed on 3.11+.
to supporting new Python features). It provides with more detailed location
information which are needed on 3.11+ and add support for the match statement
in enaml files.
It however comes with a speed penalty (x4 slowdown). There will be efforts to
mitigate this but since parsing should occurs only once for deployed application
the gains are expected to out weight the cost here.
Expand Down

0 comments on commit b54467b

Please sign in to comment.