Skip to content

Commit d113adf

Browse files
committed
Change version to 2.20.0 and clean up notes
Updated version to 2.20.0 and removed release candidate notes.
1 parent aae4b00 commit d113adf

File tree

1 file changed

+17
-1
lines changed

1 file changed

+17
-1
lines changed

release-notes/VERSION.md

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,19 @@
1-
# Version: 2.19.1 (not yet released)
1+
# Version: 2.20.0
2+
3+
This patch release tracks Jackson 2.20. The 2.20 series has full support for
4+
Scala 2.11, 2.12, 2.13 and 3.3+. Java 8 is the minimum supported Java version.
5+
There are no new fixes in this release.
6+
7+
## Fixes
8+
9+
* [[gh-pr-758]](https://github.com/FasterXML/jackson-module-scala/pull/758) deprecate methods that take URL inputs
10+
11+
# Version: 2.19.2
12+
13+
There are no new fixes in this release; it serves to track the 2.19.2 release
14+
of the upstream Jackson projects.
15+
16+
# Version: 2.19.1
217

318
## Fixes
419

@@ -14,6 +29,7 @@ Scala 2.11, 2.12, 2.13 and 3.3+. Java 8 is the minimum supported Java version.
1429

1530
* [[gh-pr-702]](https://github.com/FasterXML/jackson-module-scala/pull/702) Handle token reading issue in ScalaObjectDeserializer
1631
* [[gh-pr-706]](https://github.com/FasterXML/jackson-module-scala/pull/706) Upgrade paranamer dependency to 2.8.3
32+
* [[gh-722]](https://github.com/FasterXML/jackson-module-scala/issues/722) Collection deserializer should create empty collection instead of null (when input is null)
1733

1834
# Version: 2.18.4
1935

0 commit comments

Comments
 (0)