Skip to content

Commit fa628e7

Browse files
authored
Update VERSION.md
1 parent 0a44559 commit fa628e7

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

release-notes/VERSION.md

+6
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ Scala 2.10, 2.11 and 2.12 and 2.13. Java 8 is now the minimum supported Java ver
88
* [[gh-449]](https://github.com/FasterXML/jackson-module-scala/issues/449) Remove jackson-module-paranamer dependency. Scala 2.10 and 2.11 releases use paranamer directly still. Scala 2.12 and 2.13 releases no longer use paranamer.
99
* [[gh-455]](https://github.com/FasterXML/jackson-module-scala/issues/455) get ScalaAnnotationIntrospector to ignore non-Scala classes.
1010
* [[gh-462]](https://github.com/FasterXML/jackson-module-scala/issues/462) Unable to deserialize Seq or Map with AS_EMPTY null handling
11+
* [[gh-466]](https://github.com/FasterXML/jackson-module-scala/issues/466) Add support for WRITE_SINGLE_ELEM_ARRAYS_UNWRAPPED
1112

1213
# Version: 2.11.2
1314

@@ -33,6 +34,11 @@ Scala 2.10, 2.11 and 2.12 and 2.13.
3334
* [[gh-445]](https://github.com/FasterXML/jackson-module-scala/issues/445) fix NullPointerException that can happen
3435
with some case classes (caused by gh-87 fix) - issue still appears in 2.11.0.rc1 but is fixed in 2.11.0
3536

37+
# Version: 2.10.5
38+
39+
There are no new fixes in this release; it serves to track the 2.10.5 release
40+
of the upstream Jackson projects.
41+
3642
# Version: 2.10.4
3743

3844
There are no new fixes in this release; it serves to track the 2.10.4 release

0 commit comments

Comments
 (0)