diff --git a/Doc/whatsnew/3.11.rst b/Doc/whatsnew/3.11.rst index 9b82de7f4a1a22..99d5160a77a459 100644 --- a/Doc/whatsnew/3.11.rst +++ b/Doc/whatsnew/3.11.rst @@ -65,10 +65,15 @@ Summary -- Release highlights .. PEP-sized items next. -PEP-654: Exception Groups and ``except*``. -(Contributed by Irit Katriel in :issue:`45292`.) -PEP-673: ``Self`` Type. -(Contributed by James Hilton-Balfe and Pradeep Kumar in :issue:`30924`.) +New syntax features: + +* :pep:`654`: Exception Groups and ``except*``. + (Contributed by Irit Katriel in :issue:`45292`.) + +New typing features: + +* :pep:`673`: ``Self`` Type. + (Contributed by James Hilton-Balfe and Pradeep Kumar in :issue:`30924`.) New Features ============