This is an automated email from the ASF dual-hosted git repository. ggregory pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/commons-csv.git
from 7b4e1059 The next release will be 1.14.0 new 7bfb0cea CSVParser.getRecords() knows how to use CSVFormat's maxRows new 9b75f05c Javadoc new cf393fc6 CSVParser.iterator() knows how to use CSVFormat's maxRows The 3 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "add" were already present in the repository and have only been added to this reference. Summary of changes: src/changes/changes.xml | 3 ++ .../java/org/apache/commons/csv/CSVFormat.java | 19 +++++++ .../java/org/apache/commons/csv/CSVParser.java | 14 +++-- .../java/org/apache/commons/csv/CSVPrinter.java | 5 +- .../java/org/apache/commons/csv/CSVRecord.java | 2 +- .../java/org/apache/commons/csv/CSVParserTest.java | 60 ++++++++++++++++++++++ .../org/apache/commons/csv/CSVPrinterTest.java | 14 ++--- 7 files changed, 101 insertions(+), 16 deletions(-)