diff --git a/release-notes/VERSION-2.x b/release-notes/VERSION-2.x index 782fad509e..00670c0e74 100644 --- a/release-notes/VERSION-2.x +++ b/release-notes/VERSION-2.x @@ -56,6 +56,10 @@ Project: jackson-databind #4056: Provide the "ObjectMapper.treeToValue(TreeNode, TypeReference)" method (contributed by @fantasy0v0) #4060: Expose `NativeImageUtil.isRunningInNativeImage()` method +#4071: Impossible to deserialize custom `Throwable` sub-classes that do not + have single-String constructors + (reported by @PasKal) + (fix contributed by Joo-Hyuk K) #4078: `java.desktop` module is no longer optional (reported by Andreas Z) (fix contributed by Joo-Hyuk K)