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
+1
Original file line number
Diff line number
Diff line change
@@ -43,6 +43,7 @@
43
43
<releaseversion="1.13.0"date="YYYY-MM-DD"description="This is a feature and maintenance release. Java 8 or later is required.">
44
44
<!-- FIX -->
45
45
<actiontype="fix"issue="CSV-314"dev="ggregory"due-to="Gary Gregory">Required OSGi Import-Package version numbers in MANIFEST.MF #504.</action>
46
+
<actiontype="fix"issue="CSV-314"dev="ggregory"due-to="Gary Gregory">CSVParser.nextRecord() should throw CSVException (an IOException subclass) instead of IOException and IllegalStateException, no method signature changes needed.</action>
0 commit comments