File tree Expand file tree Collapse file tree 2 files changed +10
-0
lines changed Expand file tree Collapse file tree 2 files changed +10
-0
lines changed Original file line number Diff line number Diff line change @@ -212,4 +212,10 @@ David F. Elliott (dfelliott@github)
212
212
using default JDK XML implementation
213
213
(2.14.0 )
214
214
215
+ Joo Hyuk Kim (JooHyukKim@github)
216
+
217
+ * Contributed #560 : Add `DefaultXmlPrettyPrinter.withCustomNewLine()` to configure linefeed
218
+ for XML pretty-printing
219
+ (2.15.0 )
220
+
215
221
Original file line number Diff line number Diff line change @@ -11,6 +11,10 @@ Project: jackson-dataformat-xml
11
11
(reported by @MichalStehlikCz)
12
12
#547 : Parsing empty tags without default no-arguments constructor fails in 2.14
13
13
(reported by @henrik242)
14
+ #560 : Add `DefaultXmlPrettyPrinter.withCustomNewLine()` to configure linefeed
15
+ for XML pretty-printing
16
+ (requested by @koalalam)
17
+ (contributed by Joo Hyuk K)
14
18
15
19
2.14.2 (28 -Jan-2023 )
16
20
You can’t perform that action at this time.
0 commit comments