Skip to content

Commit 9ef6df6

Browse files
committed
Update release notes wrt #125
1 parent d617410 commit 9ef6df6

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed

release-notes/CREDITS-2.x

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,3 +41,9 @@ Gowtam Lal (baconmania@github)
4141
Dimitris Mandalidis (dmandalidis@github)
4242
* Reported #91: (properties) `JavaPropsGenerator#writeFieldName()` should not escape property keys
4343
(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+

release-notes/VERSION-2.x

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,9 @@ Modules:
2121
#122: (csv) `readValues(null)` causes infinite loop
2222
(reported by andyeko@github)
2323
#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)
2427

2528
2.9.8 (15-Dec-2018)
2629

0 commit comments

Comments
 (0)