Skip to content

Commit 1871355

Browse files
committed
Add release notes
1 parent b1f822f commit 1871355

2 files changed

Lines changed: 9 additions & 0 deletions

File tree

release-notes/CREDITS

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,10 @@ Stefan Walter (@marvin9000)
4343
* Requested #150: Allow specifying DOCTYPE declaration (`<!DOCTYPE root ...>`) to write
4444
(3.2.0)
4545

46+
Joachim Lous (@jlous)
47+
* Requested #207: Allow custom prefixes for Namespaces
48+
(3.2.0)
49+
4650
Leonard Meyer (@LeonardMeyer)
4751
* Reported #247: `@JacksonXmlRootElement` does not enforce the local name during
4852
deserialization (add `XmlReadFeature.ENFORCE_ROOT_ELEMENT_NAME`)

release-notes/VERSION

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,9 @@ Version: 3.x (for earlier see VERSION-2.x)
2121
#192: Two wrapped lists with items of same name conflict
2222
(reported by @TeemuStenhammar)
2323
(fix by @cowtowncoder, w/ Claude code)
24+
#207: Allow custom prefixes for Namespaces
25+
(requested by Joachim L)
26+
(fix by @cowtowncoder, w/ Claude code)
2427
#247: `@JacksonXmlRootElement` does not enforce the local name during
2528
deserialization (add `XmlReadFeature.ENFORCE_ROOT_ELEMENT_NAME`)
2629
(reported by Leonard M)
@@ -76,6 +79,8 @@ Version: 3.x (for earlier see VERSION-2.x)
7679
polymorphic nested objects
7780
(reported by Vitor P)
7881
(fix by @cowtowncoder, w/ Claude code)
82+
#541: Allow specifying URI of the default namespace for root element
83+
(fix by @cowtowncoder, w/ Claude code)
7984
#561: Deserializing empty timestamp fields to `null` value doesn't
8085
work (instead becomes "empty", Epoch time)
8186
(reported by @silvestr85)

0 commit comments

Comments
 (0)