diff --git a/Misc/NEWS b/Misc/NEWS index ab846a6206f..a19a55f6b73 100644 --- a/Misc/NEWS +++ b/Misc/NEWS @@ -730,6 +730,8 @@ Library - Issue #28025: Convert all ssl module constants to IntEnum and IntFlags. SSLContext properties now return flags and enums. +- Issue #23591: Add Flag, IntFlag, and auto() to enum module. + - Issue #433028: Added support of modifier spans in regular expressions. - Issue #24594: Validates persist parameter when opening MSI database