diff options
Diffstat (limited to 'Misc/NEWS')
-rw-r--r-- | Misc/NEWS | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -113,6 +113,11 @@ Core and Builtins Library ------- +- Issue #24594: Validates persist parameter when opening MSI database + +- Issue #28047: Fixed calculation of line length used for the base64 CTE + in the new email policies. + - Issue #27576: Fix call order in OrderedDict.__init__(). - email.generator.DecodedGenerator now supports the policy keyword. |