Repository: commons-csv Updated Branches: refs/heads/master 865872e0f -> f5a1968bb
[CSV-225] Parse method should avoid creating a redundant BufferedReader. Project: http://git-wip-us.apache.org/repos/asf/commons-csv/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-csv/commit/f5a1968b Tree: http://git-wip-us.apache.org/repos/asf/commons-csv/tree/f5a1968b Diff: http://git-wip-us.apache.org/repos/asf/commons-csv/diff/f5a1968b Branch: refs/heads/master Commit: f5a1968bb128db9a6a13ad0731f00237800163b2 Parents: 865872e Author: Gary Gregory <garydgreg...@gmail.com> Authored: Sat May 19 09:03:56 2018 -0600 Committer: Gary Gregory <garydgreg...@gmail.com> Committed: Sat May 19 09:03:56 2018 -0600 ---------------------------------------------------------------------- src/changes/changes.xml | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/commons-csv/blob/f5a1968b/src/changes/changes.xml ---------------------------------------------------------------------- diff --git a/src/changes/changes.xml b/src/changes/changes.xml index d94ccdd..21229a3 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -46,6 +46,7 @@ <action issue="CSV-223" type="fix" dev="ggregory" due-to="Samuel Martin">Inconsistency between Javadoc of CSVFormat DEFAULT EXCEL.</action> <action issue="CSV-209" type="fix" dev="ggregory" due-to="Gary Gregory">Create CSVFormat.ORACLE preset.</action> <action issue="CSV-224" type="fix" dev="ggregory" due-to="David Warshaw">Some Multi Iterator Parsing Peek Sequences Incorrectly Consume Elements.</action> + <action issue="CSV-225" type="fix" dev="ggregory" due-to="Anson Schwabecher">Parse method should avoid creating a redundant BufferedReader.</action> </release> <release version="1.5" date="2017-09-03" description="Feature and bug fix release"> <action issue="CSV-203" type="fix" dev="ggregory" due-to="Richard Wheeldon, Kai Paroth">withNullString value is printed without quotes when QuoteMode.ALL is specified; add QuoteMode.ALL_NON_NULL. PR #17.</action>