Skip to content

Commit 7237441

Browse files
committed
Update release notes wrt #3530
1 parent adf022c commit 7237441

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

release-notes/CREDITS-2.x

+2
Original file line numberDiff line numberDiff line change
@@ -1477,3 +1477,5 @@ Deniz Husaj (denizhusaj@github)
14771477
PJ Fanning (pjfanning@github)
14781478
* Contributed #3475: Support use of fast double parse
14791479
(2.14.0)
1480+
* Contributed #3530: Change LRUMap to just evict one entry when maxEntries reached
1481+
(2.14.0)

release-notes/VERSION-2.x

+3-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ Project: jackson-databind
2929
#3447: Deeply nested JsonNode throws StackOverflowError for toString()
3030
(reported by Deniz H)
3131
#3475: Support use of fast double parse
32-
(contributed by PJ Fanning)
32+
(contributed by @pjfanning)
3333
#3476: Implement `JsonNodeFeature.WRITE_NULL_PROPERTIES` to allow skipping
3434
JSON `null` values on writing
3535
#3481: Filter method only got called once if the field is null when using
@@ -38,6 +38,8 @@ Project: jackson-databind
3838
#3497: Deserialization of Throwables with PropertyNamingStrategy does not work
3939
#3528: `TokenBuffer` defaults for parser/stream-read features neither passed
4040
from parser nor use real defaults
41+
#3530: Change LRUMap to just evict one entry when maxEntries reached
42+
(contributed by @pjfanning)
4143

4244
2.13.4 (not yet released)
4345

0 commit comments

Comments
 (0)