Skip to content

Commit 3c3df54

Browse files
committed
Updated release notes wrt #84
1 parent f619819 commit 3c3df54

File tree

2 files changed

+16
-6
lines changed

2 files changed

+16
-6
lines changed

release-notes/CREDITS

+6-1
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,9 @@ Sebastien Dionne:
77

88
* Suggested Issue-23: Add @JacksonXmlText annotation (alias for JAXB @XmlValue),
99
to support case of property values as 'unwrapped' text
10-
[2.0.1]
10+
(2.0.1)
11+
12+
Pascal Gelinas:
13+
14+
* Reported and fixed #84: Problem with @JacksonXmlText when property output is suppressed
15+
(2.3.1)

release-notes/VERSION

+10-5
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,21 @@
11
Project: jackson-dataformat-xml
2-
Version: 2.3.0 (14-Nov-2013)
2+
Version: 2.3.1 (xx-Dec-2013)
3+
4+
#84: Problem with @JacksonXmlText when property output is suppressed
5+
(contributed by Pascal G)
6+
7+
------------------------------------------------------------------------
8+
=== History: ===
9+
------------------------------------------------------------------------
10+
11+
2.3.0 (14-Nov-2013)
312

413
#38: Support root-level Collection serialization
514
#64: Problems deserializing unwrapped lists, with optional (and missing) attribute.
615
#71: Fix issues with `XmlMapper.convertValue()`
716
- Add support for `JsonGenerator.Feature.WRITE_BIGDECIMAL_AS_PLAIN`
817
- Improved indentation
918

10-
------------------------------------------------------------------------
11-
=== History: ===
12-
------------------------------------------------------------------------
13-
1419
2.2.3 (22-Aug-2013):
1520

1621
No functional changes.

0 commit comments

Comments
 (0)