From 1d2691d76eced084596927c5b5b36be2eccc2339 Mon Sep 17 00:00:00 2001 From: PJ Fanning Date: Tue, 22 Aug 2023 17:05:15 +0100 Subject: [PATCH] update release notes --- release-notes/VERSION.md | 1 + release-notes/VERSION3.md | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/release-notes/VERSION.md b/release-notes/VERSION.md index 15e8af0f3..09c9b7c32 100644 --- a/release-notes/VERSION.md +++ b/release-notes/VERSION.md @@ -8,6 +8,7 @@ Scala 2.11, 2.12, 2.13 and 3.3+. Java 8 is the minimum supported Java version. * [[gh-635]](https://github.com/FasterXML/jackson-module-scala/issues/635) upgrade to Scala 3.3 (LTS release). * [[gh-532]](https://github.com/FasterXML/jackson-module-scala/issues/532) Issue reading `@JsonValue` annotations. This is fixed by using Scala 3.3. Users who need this issue fixed should be able to just upgrade their Scala version without waiting on a jackson-module-scala 2.16.0 release. * [[gh-644]](https://github.com/FasterXML/jackson-module-scala/issues/644) Registering Jackson Module Scala in an ObjectMapper can affect the property name resolution of non-Scala classes which can affect the behavior when you serialize/deserialize those classes. +* [[gh-pr-647]](https://github.com/FasterXML/jackson-module-scala/pull/647) Make ScalaObjectDeserializerModule part of DefaultScalaModule. # Version: 2.15.2 diff --git a/release-notes/VERSION3.md b/release-notes/VERSION3.md index 1a6ba9ab7..b09265618 100644 --- a/release-notes/VERSION3.md +++ b/release-notes/VERSION3.md @@ -9,4 +9,3 @@ Users who don't use DefaultScalaModule may need to change to using ScalaModule b * [[gh-525]](https://github.com/FasterXML/jackson-module-scala/issues/525) Add ScalaModule builder * [[gh-531]](https://github.com/FasterXML/jackson-module-scala/issues/531) Remove DefaultRequiredAnnotationIntrospector as part of dropping support for jackson-module-jsonSchema * [[gh-583]](https://github.com/FasterXML/jackson-module-scala/issues/583) Change groupId and package names to `tools.jackson` -* [[gh-601]](https://github.com/FasterXML/jackson-module-scala/issues/601) Make ScalaObjectDeserializerModule part of DefaultScalaModule