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
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -42,6 +42,7 @@
42
42
<body>
43
43
<releaseversion="1.11.1"date="YYYY-MM-DD"description="Feature and bug fix release (Java 8 or above)">
44
44
<!-- ADD -->
45
+
<actiontype="add"dev="ggregory"due-to="Gary Gregory">Add CSVException that extends IOException thrown on invalid input instead of IOException.</action>
45
46
<!-- FIX -->
46
47
<actiontype="fix"dev="ggregory"due-to="Gary Gregory">Fix PMD issues for port to PMD 7.1.0.</action>
47
48
<actiontype="fix"dev="ggregory"due-to="Dávid Szigecsán, Gary Gregory">Fix some Javadoc links #442.</action>
* Simple tokens are tokens that are not surrounded by encapsulators. A simple token might contain escaped
372
-
* delimiters (as \, or \;). The token is finished when one of the following conditions becomes true:
371
+
* Simple tokens are tokens that are not surrounded by encapsulators. A simple token might contain escaped delimiters (as \, or \;). The token is finished
372
+
* when one of the following conditions becomes true:
373
373
* </p>
374
374
* <ul>
375
375
* <li>The end of line has been reached (EORECORD)</li>
376
376
* <li>The end of stream has been reached (EOF)</li>
377
377
* <li>An unescaped delimiter has been reached (TOKEN)</li>
0 commit comments