aboutsummaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorArun Isaac2023-09-04 00:20:54 +0100
committerArun Isaac2023-09-04 00:30:32 +0100
commit3dbc5bced7d323cdd7a531ae46507cc9738662c7 (patch)
treed6e2d0bad9e41247a0595c5ff3788b88298db91c /NEWS
parent900f720a7a0893f37f8c6b328f183e43086c1e52 (diff)
downloadguile-email-3dbc5bced7d323cdd7a531ae46507cc9738662c7.tar.gz
guile-email-3dbc5bced7d323cdd7a531ae46507cc9738662c7.tar.lz
guile-email-3dbc5bced7d323cdd7a531ae46507cc9738662c7.zip
Release version 0.3.1.v0.3.1
* NEWS: Update. * website/releases/guile-email-0.3.1.tar.lz, website/releases/guile-email-0.3.1.tar.lz.asc: New files.
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.