File tree Expand file tree Collapse file tree 2 files changed +9
-0
lines changed Expand file tree Collapse file tree 2 files changed +9
-0
lines changed Original file line number Diff line number Diff line change @@ -41,3 +41,9 @@ Gowtam Lal (baconmania@github)
41
41
Dimitris Mandalidis (dmandalidis@github)
42
42
* Reported #91 : (properties) `JavaPropsGenerator#writeFieldName()` should not escape property keys
43
43
(2.9.9 )
44
+
45
+ Henning Schmiedehausen (hgschmie@github)
46
+ * Contributed #125 : (csv) Add `CsvGenerator.Feature.ESCAPE_CONTROL_CHARS_WITH_ESCAPE_CHAR` for escaping
47
+ non-printable characters in CSV output/input
48
+ (2.9.9 )
49
+
Original file line number Diff line number Diff line change @@ -21,6 +21,9 @@ Modules:
21
21
#122 : (csv) `readValues(null)` causes infinite loop
22
22
(reported by andyeko@github)
23
23
#123 : (yaml) YAML Anchor, reference fails with simple example
24
+ #125 : (csv) Add `CsvGenerator.Feature.ESCAPE_CONTROL_CHARS_WITH_ESCAPE_CHAR` for escaping
25
+ non-printable characters in CSV output/input
26
+ (contributed by Henning S)
24
27
25
28
2.9.8 (15 -Dec-2018 )
26
29
You can’t perform that action at this time.
0 commit comments