Skip to content

Commit 56f2029

Browse files
committed
Update VERSION.md
1 parent dccb2ab commit 56f2029

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

release-notes/VERSION.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
# Version: 2.14.2
2+
3+
There are no new fixes in this release; it serves to track the 2.14.2 release
4+
of the upstream Jackson projects.
5+
6+
# Version: 2.14.1
7+
8+
There are no new fixes in this release; it serves to track the 2.14.1 release
9+
of the upstream Jackson projects.
10+
111
# Version: 2.14.0
212

313
This patch release tracks Jackson 2.14. The 2.14 series has full support for
@@ -8,7 +18,7 @@ Scala 2.11, 2.12, 2.13 and 3.2+. Java 8 is the minimum supported Java version.
818
* [[gh-576]](https://github.com/FasterXML/jackson-module-scala/issues/576) add flag in type cache to track which classes are not Scala (to avoid having to check them again)
919
* [[gh-572]](https://github.com/FasterXML/jackson-module-scala/issues/572) reuse Java code to parse Scala BigDecimal and BigInt
1020
* [[gh-590]](https://github.com/FasterXML/jackson-module-scala/issues/590) support BitSet deserialization (disabled by default) - enabling this is strongly discouraged as BitSets can use a lot of memory
11-
* [[gh-593]](https://github.com/FasterXML/jackson-module-scala/issues/593) support IntMap/LongMap deserialzation
21+
* [[gh-593]](https://github.com/FasterXML/jackson-module-scala/issues/593) support IntMap/LongMap deserialization
1222
* [[gh-594]](https://github.com/FasterXML/jackson-module-scala/issues/594) make scala 3.2 the minimum supported scala 3 version
1323
* [[gh-pr-603]](https://github.com/FasterXML/jackson-module-scala/pull/603) ignore generated methods for defaulted parameters
1424

0 commit comments

Comments
 (0)