Skip to content

Commit 518632b

Browse files
committed
Update VERSION.md
1 parent 9bf8df8 commit 518632b

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

release-notes/VERSION.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,18 @@
1+
# Version: 2.16.0 (not yet released - many months away from release)
2+
3+
This patch release tracks Jackson 2.16. The 2.16 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+
6+
## Fixes
7+
8+
* [[gh-635]](https://github.com/FasterXML/jackson-module-scala/issues/635) upgrade to Scala 3.3 (LTS release).
9+
* [[gh-532]](https://github.com/FasterXML/jackson-module-scala/issues/532) Issue reading `@JsonValue` annotations. This is fixed by using Scala 3.3. Users who need this issue fixed should be able to just upgrade their Scala version without waiting on a jackson-module-scala 2.16.0 release.
10+
11+
# Version: 2.15.2
12+
13+
There are no new fixes in this release; it serves to track the 2.15.2 release
14+
of the upstream Jackson projects.
15+
116
# Version: 2.15.1
217

318
There are no new fixes in this release; it serves to track the 2.15.1 release
@@ -23,6 +38,11 @@ replace the problematic APIs. Apologies for any inconvenience. See **gh-pr-622**
2338

2439
* [[gh-pr-622]](https://github.com/FasterXML/jackson-module-scala/pull/622) Add new API functions to ScalaAnnotationIntrospectorModule to avoid the problematic ClassKey class
2540

41+
# Version: 2.14.3
42+
43+
There are no new fixes in this release; it serves to track the 2.14.3 release
44+
of the upstream Jackson projects.
45+
2646
# Version: 2.14.2
2747

2848
There are no new fixes in this release; it serves to track the 2.14.2 release

0 commit comments

Comments
 (0)