You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: release-notes/VERSION.md
+6
Original file line number
Diff line number
Diff 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
8
8
*[[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.
9
9
*[[gh-455]](https://github.com/FasterXML/jackson-module-scala/issues/455) get ScalaAnnotationIntrospector to ignore non-Scala classes.
10
10
*[[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
11
12
12
13
# Version: 2.11.2
13
14
@@ -33,6 +34,11 @@ Scala 2.10, 2.11 and 2.12 and 2.13.
33
34
*[[gh-445]](https://github.com/FasterXML/jackson-module-scala/issues/445) fix NullPointerException that can happen
34
35
with some case classes (caused by gh-87 fix) - issue still appears in 2.11.0.rc1 but is fixed in 2.11.0
35
36
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
+
36
42
# Version: 2.10.4
37
43
38
44
There are no new fixes in this release; it serves to track the 2.10.4 release
0 commit comments