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 3ac600f2 [CSV-270] Throw a different Expeciton type on malformed CSV 
input
3ac600f2 is described below

commit 3ac600f2f5273245edbf035220315b3ba0686529
Author: Gary Gregory <garydgreg...@gmail.com>
AuthorDate: Sat Sep 14 11:47:50 2024 -0400

    [CSV-270] Throw a different Expeciton type on malformed CSV input
---
 src/changes/changes.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index efb120ed..36b5c6fd 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -42,7 +42,7 @@
   <body>
     <release version="1.11.1" date="YYYY-MM-DD" description="Feature and bug 
fix release (Java 8 or above)">
       <!-- ADD -->
-      <action type="add" dev="ggregory" due-to="Gary Gregory">Add CSVException 
that extends IOException thrown on invalid input instead of 
IOException.</action>
+      <action type="add" issue="CSV-270" dev="ggregory" due-to="Gary 
Gregory">Add CSVException that extends IOException thrown on invalid input 
instead of IOException.</action>
       <!-- FIX -->
       <action type="fix" dev="ggregory" due-to="Gary Gregory">Fix PMD issues 
for port to PMD 7.1.0.</action>
       <action type="fix" dev="ggregory" due-to="Dávid Szigecsán, Gary 
Gregory">Fix some Javadoc links #442.</action>

Reply via email to