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 3a082f0  [CSV-255] Add CSVRecord.isSet(int) method #52.
3a082f0 is described below

commit 3a082f0698589df41c4b74c3b2cf66396c43e3c5
Author: Gary Gregory <garydgreg...@gmail.com>
AuthorDate: Wed Dec 25 17:14:58 2019 -0500

    [CSV-255] Add CSVRecord.isSet(int) method #52.
---
 src/changes/changes.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 6dca5d0..d7d7851 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -39,6 +39,7 @@
   </properties>
   <body>
     <release version="1.8" date="2019-MM-DD" description="Feature and bug fix 
release (Java 8)">
+      <action issue="CSV-255" type="add" dev="ggregory" due-to="0x100">Add 
CSVRecord.isSet(int) method #52.</action>
       <action issue="CSV-135" type="fix" dev="sebb" due-to="Mateusz 
Zakarczemny">Char escape doesn't work properly with quoting.</action>
       <action issue="CSV-244" type="fix" dev="sebb">Test case failures 
following CSVFormat#equals() update.</action>
       <action issue="CSV-243" type="fix" dev="sebb">CSVFormat withTrim() and 
withIgnoreSurroundingSpaces() need better docs.</action>

Reply via email to