aboutsummaryrefslogtreecommitdiff
path: root/release-notes
diff options
context:
space:
mode:
authorTatu Saloranta <tatu.saloranta@iki.fi>2020-07-18 12:44:16 -0700
committerTatu Saloranta <tatu.saloranta@iki.fi>2020-07-18 12:44:16 -0700
commitb3e5e6a5d771383d7ad2250cf54ac3c170f6d15d (patch)
tree51e2deef4a7562940e503c315d8fc917abca9576 /release-notes
parent1a3a3e1707fdb4324e4f08258da36364c2dbd737 (diff)
parent8ea1c077f1ad903183192b09a2ded32dda04a8de (diff)
downloadjackson-databind-b3e5e6a5d771383d7ad2250cf54ac3c170f6d15d.tar.gz
Merge branch '2.11' into 2.12
Diffstat (limited to 'release-notes')
-rw-r--r--release-notes/VERSION-2.x2
1 files changed, 2 insertions, 0 deletions
diff --git a/release-notes/VERSION-2.x b/release-notes/VERSION-2.x
index d8e86d7c6..5da710f27 100644
--- a/release-notes/VERSION-2.x
+++ b/release-notes/VERSION-2.x
@@ -58,6 +58,8 @@ Project: jackson-databind
`createGenerator()`
#2785: Polymorphic subtypes not registering on copied ObjectMapper (2.11.1)
(reported, fix contributed by Joshua S)
+#2789: Failure to read AnnotatedField value in Jackson 2.11
+ (reported by isaki@github)
#2796: `TypeFactory.constructType()` does not take `TypeBindings` correctly
(reported by Daniel H)