Mention PEP 647 in the Release highlights section.
Also re-ordered the list so it matches the order in the details sections below.
(cherry picked from commit
d74a58872c243bc766055d42f8280721629e3c82)
Co-authored-by: Yilei "Dolee" Yang <yileiyang@google.com>
New typing features:
* :pep:`604`, Allow writing union types as X | Y
-* :pep:`613`, Explicit Type Aliases
* :pep:`612`, Parameter Specification Variables
+* :pep:`613`, Explicit Type Aliases
+* :pep:`647`, User-Defined Type Guards
Important deprecations, removals or restrictions: