Skip to content

Commit c44d728

Browse files
authored
Update VERSION.md
1 parent 77c4985 commit c44d728

File tree

1 file changed

+18
-4
lines changed

1 file changed

+18
-4
lines changed

release-notes/VERSION.md

Lines changed: 18 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Version: 2.11.0 (not released)
1+
# Version: 2.11.0
22

33
This patch release tracks Jackson 2.11. The 2.11 series has full support for
44
Scala 2.10, 2.11 and 2.12 and 2.13.
@@ -7,6 +7,20 @@ Scala 2.10, 2.11 and 2.12 and 2.13.
77

88
* [[gh-87]](https://github.com/FasterXML/jackson-module-scala/issues/87)
99
support default values in case class parameter lists
10+
* [[gh-445]](https://github.com/FasterXML/jackson-module-scala/issues/445) fix NullPointerException that can happen
11+
with some case classes (caused by gh-87 fix) - issue still appears in 2.11.0.rc1 but is fixed in 2.11.0
12+
13+
# Version: 2.10.3
14+
15+
## Fixes
16+
17+
* [[gh-218]](https://github.com/FasterXML/jackson-module-scala/issues/218)
18+
Fix issue with serialization of case class with overridden attributes
19+
20+
# Version: 2.10.2
21+
22+
There are no new fixes in this release; it serves to track the 2.10.2 release
23+
of the upstream Jackson projects.
1024

1125
# Version: 2.10.1
1226

@@ -70,7 +84,7 @@ This minor release included support for Scala 2.13 milestone releases.
7084
* [[gh-353]](https://github.com/FasterXML/jackson-module-scala/issues/353)
7185
path not computed on collection
7286
* [[gh-314]](https://github.com/FasterXML/jackson-module-scala/issues/314)
73-
Serialize Some(null)
87+
Serialize Some(null)
7488
* [[gh-299]](https://github.com/FasterXML/jackson-module-scala/issues/299)
7589
unable to handle Option of a case class
7690

@@ -85,7 +99,7 @@ Thanks to Kenji Yoshida.
8599

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

91105
# Version: 2.9.4
@@ -94,7 +108,7 @@ Thanks to Kenji Yoshida.
94108

95109
* [[gh-346]](https://github.com/FasterXML/jackson-module-scala/issues/346)
96110
`@JsonInclude` content inclusion does not work. Thanks to brharrington.
97-
111+
98112
# Version: 2.9.3
99113

100114
There are no new fixes in this release; it serves to track the 2.9.3 release

0 commit comments

Comments
 (0)