From 3dbc5bced7d323cdd7a531ae46507cc9738662c7 Mon Sep 17 00:00:00 2001 From: Arun Isaac Date: Mon, 4 Sep 2023 00:20:54 +0100 Subject: Release version 0.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. --- NEWS | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'NEWS') diff --git a/NEWS b/NEWS index 6616d8c..7857290 100644 --- a/NEWS +++ b/NEWS @@ -5,6 +5,12 @@ Copyright © 2019, 2023 Arun Isaac 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. -- cgit v1.2.3