summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--NEWS10
1 files changed, 10 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 7857290..b8e9c4d 100644
--- a/NEWS
+++ b/NEWS
@@ -5,6 +5,16 @@ Copyright © 2019, 2023 Arun Isaac <arunisaac@systemreboot.net>
Please send guile-email bug reports to guile-email@systemreboot.net
+* Changes in 0.3.2 (since 0.3.1)
+** Support non-standard square brackets in email address names
+RFC5322 forbids square brackets in email address names. Previously,
+parse-email-address would fail on such non-standard email addresses.
+Now, we tolerate them.
+
+** Noteworthy bug fixes
+*** Quote display names when serializing email addresses
+~interpret-address~ now quotes display names correctly.
+
* Changes in 0.3.1 (since 0.3.0)
** Support non-standard parentheses in email address names
RFC5322 forbids parentheses characters in email address