Skip to content

Commit

Permalink
Updated release notes wrt #84
Browse files Browse the repository at this point in the history
  • Loading branch information
cowtowncoder committed Dec 26, 2013
1 parent f619819 commit 3c3df54
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 6 deletions.
7 changes: 6 additions & 1 deletion release-notes/CREDITS
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,9 @@ Sebastien Dionne:

* Suggested Issue-23: Add @JacksonXmlText annotation (alias for JAXB @XmlValue),
to support case of property values as 'unwrapped' text
[2.0.1]
(2.0.1)

Pascal Gelinas:

* Reported and fixed #84: Problem with @JacksonXmlText when property output is suppressed
(2.3.1)
15 changes: 10 additions & 5 deletions release-notes/VERSION
Original file line number Diff line number Diff line change
@@ -1,16 +1,21 @@
Project: jackson-dataformat-xml
Version: 2.3.0 (14-Nov-2013)
Version: 2.3.1 (xx-Dec-2013)

#84: Problem with @JacksonXmlText when property output is suppressed
(contributed by Pascal G)

------------------------------------------------------------------------
=== History: ===
------------------------------------------------------------------------

2.3.0 (14-Nov-2013)

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

------------------------------------------------------------------------
=== History: ===
------------------------------------------------------------------------

2.2.3 (22-Aug-2013):

No functional changes.
Expand Down

0 comments on commit 3c3df54

Please sign in to comment.