Skip to content

Commit

Permalink
Update release notes wrt FasterXML#629, FasterXML#634
Browse files Browse the repository at this point in the history
With few fixes.
  • Loading branch information
k163377 committed Mar 3, 2023
1 parent a963209 commit f70172b
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 4 deletions.
4 changes: 3 additions & 1 deletion release-notes/CREDITS-2.x
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,9 @@ Ilya Ryzhenkov (@orangy)
WrongWrong (@k163377)
* #627: Merge creator cache for Constructor and Method
* #628: Remove unnecessary cache
* #631: Fix minor bugs in SimpleModule.addSerializer/addDeserializer(#558)
* #629: Changed to not cache valueParameters
* #631: Fix minor bugs in SimpleModule.addSerializer/addDeserializer
* #634: Fix ReflectionCache to be serializable

# 2.14.0

Expand Down
13 changes: 10 additions & 3 deletions release-notes/VERSION-2.x
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,16 @@ Co-maintainers:
(fix via [jackson-dataformat-xml#547])
#580: Lazy load UNIT_TYPE
(contributed by Ilya R)
#627: Merge creator cache for Constructor and Method
#628: Remove unnecessary cache
#631: Fix minor bugs in SimpleModule.addSerializer/addDeserializer(#558)
#627: Merge creator cache for Constructor and Method(related to #584)
(contributed by wrongwrong)
#628: Remove unnecessary cache(related to #584)
(contributed by wrongwrong)
#629: Changed to not cache valueParameters(related to #584)
(contributed by wrongwrong)
#631: Fix minor bugs in SimpleModule.addSerializer/addDeserializer(fixes #558)
(contributed by wrongwrong)
#634: Fix ReflectionCache to be serializable(fixes #295)
(contributed by wrongwrong)

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

0 comments on commit f70172b

Please sign in to comment.