This is an automated email from the ASF dual-hosted git repository. ggregory pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/commons-csv.git
The following commit(s) were added to refs/heads/master by this push: new 3f1b5069 Better template 3f1b5069 is described below commit 3f1b5069aeebcf01b80d7f8113b681c192908600 Author: Gary D. Gregory <garydgreg...@gmail.com> AuthorDate: Wed Mar 19 18:24:30 2025 -0400 Better template --- src/changes/release-notes.vm | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/src/changes/release-notes.vm b/src/changes/release-notes.vm index 953924a8..c4112823 100644 --- a/src/changes/release-notes.vm +++ b/src/changes/release-notes.vm @@ -17,8 +17,10 @@ ## ${project.name} ${version} Release Notes -This document contains the release notes for the ${version} version of Apache Commons CSV. -Commons CSV reads and writes files in variations of the Comma Separated Value (CSV) format. +The Apache Commons team is pleased to announce ${project.name} ${version}. + +This document contains the release notes for the ${version} version of ${project.name}. +Commons CSV reads and writes files in Comma Separated Value (CSV) format variations. Commons CSV requires at least Java 8.