diff --git a/Doc/whatsnew/3.6.rst b/Doc/whatsnew/3.6.rst index 8d534d0d153..deb882026bc 100644 --- a/Doc/whatsnew/3.6.rst +++ b/Doc/whatsnew/3.6.rst @@ -131,6 +131,8 @@ Windows improvements: :pep:`4XX` - Python Virtual Environments PEP written by Carl Meyer +New built-in features: + * PEP 520: :ref:`Preserving Class Attribute Definition Order` * PEP 468: :ref:`Preserving Keyword Argument Order`