summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArun Isaac2025-02-12 13:09:21 +0000
committerArun Isaac2025-02-12 13:28:43 +0000
commit15ca5c83ad19acede7becb369581e7bc7c9f729a (patch)
tree50b85cdb3e931f53f4568646e8ffbb773b8d60d7
parent32eb61f81ce9d069f5e73091ee2b6729f1404a6d (diff)
downloadguile-email-0.3.2.tar.gz
guile-email-0.3.2.tar.lz
guile-email-0.3.2.zip
Release version 0.3.2.v0.3.2
* NEWS (Changes in 0.3.2): New section.
-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