Skip to content

Commit 61219dd

Browse files
committed
Update VERSION.md
1 parent dbc76d7 commit 61219dd

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

release-notes/VERSION.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Scala 2.11, 2.12, 2.13 and 3.3+. Java 8 is the minimum supported Java version.
1515

1616
* [[gh-635]](https://github.com/FasterXML/jackson-module-scala/issues/635) upgrade to Scala 3.3 (LTS release).
1717
* [[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.
18-
* [[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.
18+
* [[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.
1919
* [[gh-pr-647]](https://github.com/FasterXML/jackson-module-scala/pull/647) Make ScalaObjectDeserializerModule part of DefaultScalaModule.
2020

2121
# Version: 2.15.3
@@ -51,7 +51,7 @@ replace the problematic APIs. Apologies for any inconvenience. See **gh-pr-622**
5151

5252
## Fixes
5353

54-
* [[gh-pr-622]](https://github.com/FasterXML/jackson-module-scala/pull/622) Add new API functions to ScalaAnnotationIntrospectorModule to avoid the problematic ClassKey class
54+
* [[gh-pr-622]](https://github.com/FasterXML/jackson-module-scala/pull/622) Add new API functions to ScalaAnnotationIntrospectorModule to avoid the problematic ClassKey class
5555

5656
# Version: 2.14.3
5757

@@ -93,7 +93,7 @@ of the upstream Jackson projects.
9393

9494
* [[gh-588]](https://github.com/FasterXML/jackson-module-scala/issues/588) support immutable ArraySeq deserialization
9595
* [[gh-599]](https://github.com/FasterXML/jackson-module-scala/issues/599) ScalaAnnotationIntrospectorModule.registerReferencedValueType didn't work properly when fields have default values
96-
96+
9797
# Version: 2.13.3
9898

9999
There are no new fixes in this release; it serves to track the 2.13.3 release
@@ -188,7 +188,7 @@ of the upstream Jackson projects.
188188
# Version: 2.12.1
189189

190190
No functionality changes but ScalaObjectMapper has been deprecated because it relies on `Manifest`s and these are not supported in Scala3. A number of other code changes have been made to try to get the code to compile in Scala3 but there is still a lot of test code that doesn't compile.
191-
191+
192192
# Version: 2.12.0
193193

194194
This patch release tracks Jackson 2.12. The 2.12 series has full support for
@@ -324,7 +324,7 @@ This minor release included support for Scala 2.13 milestone releases.
324324
* [[gh-353]](https://github.com/FasterXML/jackson-module-scala/issues/353)
325325
path not computed on collection
326326
* [[gh-314]](https://github.com/FasterXML/jackson-module-scala/issues/314)
327-
Serialize Some(null)
327+
Serialize Some(null)
328328
* [[gh-299]](https://github.com/FasterXML/jackson-module-scala/issues/299)
329329
unable to handle Option of a case class
330330

@@ -339,7 +339,7 @@ Thanks to Kenji Yoshida.
339339

340340
* [[gh-287]](https://github.com/FasterXML/jackson-module-scala/issues/287)
341341
Null pointer exception when trying to deserialize into Either[]. Thanks to staffanstockholm.
342-
* [[gh-pr-324]](https://github.com/FasterXML/jackson-module-scala/pull/324)
342+
* [[gh-pr-324]](https://github.com/FasterXML/jackson-module-scala/pull/324)
343343
Fix bean accessors being used for field names. Thanks to Nick Telford.
344344

345345
# Version: 2.9.4
@@ -348,7 +348,7 @@ Thanks to Kenji Yoshida.
348348

349349
* [[gh-346]](https://github.com/FasterXML/jackson-module-scala/issues/346)
350350
`@JsonInclude` content inclusion does not work. Thanks to brharrington.
351-
351+
352352
# Version: 2.9.3
353353

354354
There are no new fixes in this release; it serves to track the 2.9.3 release
@@ -516,7 +516,7 @@ This patch release tracks Jackson 2.3 and fixes a number of issues.
516516

517517
* [[gh-100]](https://github.com/FasterXML/jackson-module-scala/issues/100)
518518
Deserializing SortedSets
519-
519+
520520
## Known issues
521521

522522
[|#105| Deserialization fails for Array[T] in case class](https://github.com/FasterXML/jackson-module-scala/issues/105)

0 commit comments

Comments
 (0)