aboutsummaryrefslogtreecommitdiff
path: root/release-notes
diff options
context:
space:
mode:
authorTatu Saloranta <tatu.saloranta@iki.fi>2020-07-04 15:52:58 -0700
committerTatu Saloranta <tatu.saloranta@iki.fi>2020-07-04 15:52:58 -0700
commit916de88600f87af281079aaea595930e588f6d06 (patch)
tree354f1c5183043713a07ec2f99b2cbfc434d9076d /release-notes
parent09e2e18433224a5e2ce604648ed57f7255fd2119 (diff)
parent5e941f6f534b4a000fb93017734eb1f2e2a51703 (diff)
downloadjackson-databind-916de88600f87af281079aaea595930e588f6d06.tar.gz
Merge branch '2.11' into 2.12
Diffstat (limited to 'release-notes')
-rw-r--r--release-notes/CREDITS-2.x5
-rw-r--r--release-notes/VERSION-2.x2
2 files changed, 7 insertions, 0 deletions
diff --git a/release-notes/CREDITS-2.x b/release-notes/CREDITS-2.x
index 6e4db4e2d..1cb1f5553 100644
--- a/release-notes/CREDITS-2.x
+++ b/release-notes/CREDITS-2.x
@@ -1134,6 +1134,11 @@ Oleg Chtchoukine (oshatrk@github)
to incorrect output
(2.11.1)
+Joshua Shannon (retrodaredevil@github)
+ * Reported, contributed fix for #2785: Polymorphic subtypes not registering on copied
+ ObjectMapper (2.11.1)
+ (2.11.2)
+
Mike Gilbode (gilbode@github)
* Reported #792: Deserialization Not Working Right with Generic Types and Builders
(2.12.0)
diff --git a/release-notes/VERSION-2.x b/release-notes/VERSION-2.x
index abe1ca684..148c98d03 100644
--- a/release-notes/VERSION-2.x
+++ b/release-notes/VERSION-2.x
@@ -44,6 +44,8 @@ Project: jackson-databind
#2783: Parser/Generator features not set when using `ObjectMapper.createParser()`,
`createGenerator()`
+#2785: Polymorphic subtypes not registering on copied ObjectMapper (2.11.1)
+ (reported, fix contributed by Joshua S)
2.11.1 (25-Jun-2020)