Skip to content

Commit e603eb3

Browse files
committed
Update VERSION3.md
1 parent 3f2b95c commit e603eb3

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

release-notes/VERSION3.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,16 @@
11
Check VERSION.md for jackson-module-scala 2.x release information. This file tracks jackson-module-scala 3.x.
22

3-
# 3.0.0-rc3
3+
# 3.0.0
44

55
This patch release tracks Jackson 3.0.0. The 3.0 series has full support for Scala 2.12, 2.13 and 3.
66
There are many changes in related jackson libraries that affect all jackson users. jackson-module-scala changes
77
are less significant. The most notable change is the addition of ScalaModule builder.
88
Users who don't use DefaultScalaModule may need to change to using ScalaModule builder.
99

10-
* [[gh-525]](https://github.com/FasterXML/jackson-module-scala/issues/525) Add ScalaModule builder
10+
* [[gh-525]](https://github.com/FasterXML/jackson-module-scala/issues/525) Add ScalaModule builder
1111
* [[gh-531]](https://github.com/FasterXML/jackson-module-scala/issues/531) Remove DefaultRequiredAnnotationIntrospector as part of dropping support for jackson-module-jsonSchema
1212
* [[gh-583]](https://github.com/FasterXML/jackson-module-scala/issues/583) Change groupId and package names to `tools.jackson`
1313
* [[gh-pr-665]](https://github.com/FasterXML/jackson-module-scala/pull/665) Remove ScalaObjectMapper in favour of ClassTagExtensions
1414
* [[gh-pr-707]](https://github.com/FasterXML/jackson-module-scala/pull/707) Drop Scala 2.11 support and remove dependency on paranamer
1515
* [[gh-pr-720]](https://github.com/FasterXML/jackson-module-scala/pull/720) When deserializing Scala collections and the input is missing or null, create an empty collection.
16+
* [[gh-pr-759]](https://github.com/FasterXML/jackson-module-scala/pull/759) Remove ClassTagExtensions support for URL inputs

0 commit comments

Comments
 (0)