diff options
-rw-r--r-- | NEWS | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -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 |