Skip to content

Commit 397e457

Browse files
committed
update release notes
1 parent f457284 commit 397e457

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

release-notes/VERSION

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,24 @@ Version: 2.4.0 (xx-xxx-2014)
1313
=== History: ===
1414
------------------------------------------------------------------------
1515

16+
2.3.2 (01-Mar-2014)
17+
18+
#378: Fix a problem with custom enum deserializer construction
19+
(reported by BokoEnos@github)
20+
#379: Fix a problem with (re)naming of Creator properties; needed to make
21+
Paranamer module work with NamingStrategy.
22+
(reported by Chris P, cpilsworth@github)
23+
#398: Should deserialize empty (not null) URI from empty String
24+
(reported by pgieser@github)
25+
#406: @JsonTypeIdResolver not working with external type ids
26+
(reported by Martin T)
27+
#411: NumberDeserializers throws exception with NaN and +/- Infinity
28+
(reported by clarkbreyman@github)
29+
#412: ObjectMapper.writerWithType() does not change root name being used
30+
(repoted by jhalterman@github)
31+
- Added `BeanSerializerBase._serializeObjectId()` needed by modules that
32+
override standard BeanSerializer; specifically, XML module.
33+
1634
2.3.1 (28-Dec-2013)
1735

1836
#346: Fix problem deserializing `ObjectNode`, with @JsonCreator, empty

0 commit comments

Comments
 (0)