You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/changes/changes.xml
+5-5Lines changed: 5 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -40,7 +40,7 @@
40
40
<title>Apache Commons CSV Release Notes</title>
41
41
</properties>
42
42
<body>
43
-
<releaseversion="1.10.1"date="2023-MM-DD"description="Feature and bug fix release (Java 8)">
43
+
<releaseversion="1.10.1"date="2023-MM-DD"description="Feature and bug fix release (Java 8 or above)">
44
44
<!-- ADD -->
45
45
<actionissue="CSV-308"type="fix"dev="ggregory"due-to="Buddhi De Silva, Gary Gregory">[Javadoc] Add example to CSVFormat#setHeaderComments() #344.</action>
46
46
<!-- FIX -->
@@ -57,7 +57,7 @@
57
57
<actiontype="update"dev="ggregory"due-to="Gary Gregory">Bump commons-lang3 from 3.12.0 to 3.13.0.</action>
58
58
<actiontype="update"dev="ggregory"due-to="Buddhi De Silva, Michael Osipov, Gary Gregory">Update exception message in CSVRecord#getNextRecord() #348.</action>
59
59
</release>
60
-
<releaseversion="1.10.0"date="2023-01-28"description="Feature and bug fix release (Java 8)">
60
+
<releaseversion="1.10.0"date="2023-01-28"description="Feature and bug fix release (Java 8 or above)">
<actionissue="CSV-292"type="fix"dev="kinow"due-to="Rob Vesse">No Automatic-Module-Name prevents usage in JPMS projects without repacking the JAR.</action>
@@ -103,7 +103,7 @@
103
103
<actiontype="update"dev="ggregory"due-to="Gary Gregory">Bump japicmp-maven-plugin from 0.15.3 to 0.16.0.</action>
104
104
<actiontype="update"dev="kinow"due-to="Dependabot">Bump maven-checkstyle-plugin from 3.1.2 to 3.2.0 #253.</action>
105
105
</release>
106
-
<releaseversion="1.9.0"date="2021-07-24"description="Feature and bug fix release (Java 8)">
106
+
<releaseversion="1.9.0"date="2021-07-24"description="Feature and bug fix release (Java 8 or above)">
107
107
<!-- FIX -->
108
108
<actiontype="fix"dev="ggregory"due-to="Amey Jadiye">Replace FindBugs with SpotBugs #56.</action>
109
109
<actiontype="fix"dev="ggregory"due-to="Chen">Javadoc typo in CSVFormat let's -> lets #57.</action>
@@ -170,7 +170,7 @@
170
170
<actiontype="update"dev="ggregory"due-to="Dependabot">Bump PMD core from 6.29.0 to 6.36.0.</action>
171
171
<actiontype="update"dev="ggregory"due-to="Dependabot">Bump biz.aQute.bnd:biz.aQute.bndlib from 5.1.2 to 5.3.0.</action>
172
172
</release>
173
-
<releaseversion="1.8"date="2020-02-01"description="Feature and bug fix release (Java 8).
173
+
<releaseversion="1.8"date="2020-02-01"description="Feature and bug fix release (Java 8 or above).
174
174
175
175
This release fixes serialization compatibility of CSVRecord with versions 1.0 to 1.6.
176
176
New fields added since 1.7 are not serialized. Support for Serializable is scheduled to be
@@ -193,7 +193,7 @@ removed in version 2.0.
193
193
<actiontype="update"dev="ggregory"due-to="Chen">Fix typos in site and test #53.</action>
194
194
<actiontype="update"dev="ggregory"due-to="Chen">Fix typo performance test #55.</action>
195
195
</release>
196
-
<releaseversion="1.7"date="2019-06-01"description="Feature and bug fix release (Java 8)">
196
+
<releaseversion="1.7"date="2019-06-01"description="Feature and bug fix release (Java 8 or above)">
197
197
<actionissue="CSV-233"type="add"dev="ggregory"due-to="Gary Gregory">Add predefined CSVFormats for printing MongoDB CSV and TSV.</action>
198
198
<actionissue="CSV-208"type="fix"dev="ggregory"due-to="Jurrie Overgoor">Fix escape character for POSTGRESQL_TEXT and POSTGRESQL_CSV formats.</action>
199
199
<actionissue="CSV-232"type="fix"dev="ggregory"due-to="Jurrie Overgoor, Gary Gregory">Site link "Source Repository" does not work.</action>
0 commit comments