summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
Diffstat (limited to 'Misc/NEWS')
-rw-r--r--Misc/NEWS5
1 files changed, 5 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 1e29158..98c049b 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -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.