Skip to content

Commit f70172b

Browse files
committed
Update release notes wrt #629, #634
With few fixes.
1 parent a963209 commit f70172b

File tree

2 files changed

+13
-4
lines changed

2 files changed

+13
-4
lines changed

release-notes/CREDITS-2.x

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,9 @@ Ilya Ryzhenkov (@orangy)
2323
WrongWrong (@k163377)
2424
* #627: Merge creator cache for Constructor and Method
2525
* #628: Remove unnecessary cache
26-
* #631: Fix minor bugs in SimpleModule.addSerializer/addDeserializer(#558)
26+
* #629: Changed to not cache valueParameters
27+
* #631: Fix minor bugs in SimpleModule.addSerializer/addDeserializer
28+
* #634: Fix ReflectionCache to be serializable
2729

2830
# 2.14.0
2931

release-notes/VERSION-2.x

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,16 @@ Co-maintainers:
2222
(fix via [jackson-dataformat-xml#547])
2323
#580: Lazy load UNIT_TYPE
2424
(contributed by Ilya R)
25-
#627: Merge creator cache for Constructor and Method
26-
#628: Remove unnecessary cache
27-
#631: Fix minor bugs in SimpleModule.addSerializer/addDeserializer(#558)
25+
#627: Merge creator cache for Constructor and Method(related to #584)
26+
(contributed by wrongwrong)
27+
#628: Remove unnecessary cache(related to #584)
28+
(contributed by wrongwrong)
29+
#629: Changed to not cache valueParameters(related to #584)
30+
(contributed by wrongwrong)
31+
#631: Fix minor bugs in SimpleModule.addSerializer/addDeserializer(fixes #558)
32+
(contributed by wrongwrong)
33+
#634: Fix ReflectionCache to be serializable(fixes #295)
34+
(contributed by wrongwrong)
2835

2936
It was also confirmed that the issue submitted in #301 is no longer reproduced,
3037
although it is unclear when it was explicitly fixed.

0 commit comments

Comments
 (0)