aboutsummaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS6
1 files changed, 6 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 6616d8c..7857290 100644
--- a/NEWS
+++ b/NEWS
@@ -5,6 +5,12 @@ Copyright © 2019, 2023 Arun Isaac <arunisaac@systemreboot.net>
Please send guile-email bug reports to guile-email@systemreboot.net
+* Changes in 0.3.1 (since 0.3.0)
+** Support non-standard parentheses in email address names
+RFC5322 forbids parentheses characters in email address
+names. Previously, parse-email-address would fail on such non-standard
+email addresses. Now, we tolerate them.
+
* Changes in 0.3.0 (since 0.2.2)
** Support obsolete syntax
[[https://tools.ietf.org/html/rfc5322#section-4][Obsolete syntax]] described in RFC5322 is now supported.