Completed fix for [JACKSON-109], now deserialization to generic types work beyond basic Maps and Collections (that were already supported).
diff --git a/release-notes/VERSION b/release-notes/VERSION
index a48d39f..6d024f1 100644
--- a/release-notes/VERSION
+++ b/release-notes/VERSION
@@ -8,6 +8,8 @@
Fixes:
+ * [JACKSON-109] Allow deserializing into generics Bean classes
+ (like Wrapper<Bean>) not just generic Maps and Collections
* [JACKSON-121] Problems deserializing Date values of some ISO-8601
variants (like one using 'Z' to indicate GMT timezone)
* [JACKSON-122] Annotated serializers and deserializers had to