diff --git a/release-notes/CREDITS-2.x b/release-notes/CREDITS-2.x index bc88f4ae..9e22effb 100644 --- a/release-notes/CREDITS-2.x +++ b/release-notes/CREDITS-2.x @@ -41,3 +41,9 @@ Gowtam Lal (baconmania@github) Dimitris Mandalidis (dmandalidis@github) * Reported #91: (properties) `JavaPropsGenerator#writeFieldName()` should not escape property keys (2.9.9) + +Henning Schmiedehausen (hgschmie@github) +* Contributed #125: (csv) Add `CsvGenerator.Feature.ESCAPE_CONTROL_CHARS_WITH_ESCAPE_CHAR` for escaping + non-printable characters in CSV output/input + (2.9.9) + diff --git a/release-notes/VERSION-2.x b/release-notes/VERSION-2.x index 1cbba2e9..7831e8f5 100644 --- a/release-notes/VERSION-2.x +++ b/release-notes/VERSION-2.x @@ -21,6 +21,9 @@ Modules: #122: (csv) `readValues(null)` causes infinite loop (reported by andyeko@github) #123: (yaml) YAML Anchor, reference fails with simple example +#125: (csv) Add `CsvGenerator.Feature.ESCAPE_CONTROL_CHARS_WITH_ESCAPE_CHAR` for escaping + non-printable characters in CSV output/input + (contributed by Henning S) 2.9.8 (15-Dec-2018)