We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c5c1f56 commit 985ecc6Copy full SHA for 985ecc6
release-notes/VERSION.md
@@ -1,3 +1,23 @@
1
+# Version: 2.14.0 (not yet released)
2
+
3
+This patch release tracks Jackson 2.14. The 2.14 series has full support for
4
+Scala 2.11, 2.12, 2.13 and 3. Java 8 is the minimum supported Java version.
5
6
+## Fixes
7
8
+* [[gh-572]](https://github.com/FasterXML/jackson-module-scala/issues/572) reuse Java code to parse Scala BigDecimal and BigInt
9
10
+# Version: 2.13.3
11
12
+There are no new fixes in this release; it serves to track the 2.13.3 release
13
+of the upstream Jackson projects.
14
15
+# Version: 2.13.2
16
17
18
19
+* [[gh-pr-566]](https://github.com/FasterXML/jackson-module-scala/pull/566) when paranamer fails, fail over to using java reflection
20
21
# Version: 2.13.1
22
23
## Fixes
0 commit comments