From 59eac74b9bc7ac14f8cb02fe9aa1992e1b42fd09 Mon Sep 17 00:00:00 2001
From: Arun Isaac
Date: Thu, 13 Mar 2025 02:14:08 +0000
Subject: Release version 0.4.0.

* NEWS (Changes in 0.4.0 (since 0.3.2)): New section.
---
 NEWS | 9 ++++++++-
 1 file changed, 8 insertions(+), 1 deletion(-)

(limited to 'NEWS')

diff --git a/NEWS b/NEWS
index b8e9c4d..74a0f2c 100644
--- a/NEWS
+++ b/NEWS
@@ -1,10 +1,17 @@
 -*- org -*-
 #+TITLE: guile-email NEWS – History of user-visible changes
 
-Copyright © 2019, 2023 Arun Isaac <arunisaac@systemreboot.net>
+Copyright © 2019, 2023, 2025 Arun Isaac <arunisaac@systemreboot.net>
 
 Please send guile-email bug reports to guile-email@systemreboot.net
 
+* Changes in 0.4.0 (since 0.3.2)
+** Add accessors for common header fields
+Add accessors email-from, email-to, email-cc, email-bcc,
+email-subject, email-date, email-message-id, email-content-type for
+common header fields. These accessors sanitize field values and are
+the preferred method for accessing header values.
+
 * 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,
-- 
cgit v1.2.3