diff --git a/release-notes/CREDITS-2.x b/release-notes/CREDITS-2.x index 877e7f60f0..fae1610857 100644 --- a/release-notes/CREDITS-2.x +++ b/release-notes/CREDITS-2.x @@ -391,3 +391,7 @@ David Schlosnagle (@schlosna) * Contributed #1081: Make `ByteSourceJsonBootstrapper` use `StringReader` for < 8KiB byte[] inputs (2.16.0) + +Mario Fusco (@mariofusco) + * Contributed #1064: Add full set of `BufferRecyclerPool` implementations + (2.16.0) diff --git a/release-notes/VERSION-2.x b/release-notes/VERSION-2.x index d85ec14d24..f18e5a1e75 100644 --- a/release-notes/VERSION-2.x +++ b/release-notes/VERSION-2.x @@ -40,10 +40,13 @@ a pure JSON library. (contributed by @artoonie) #1051: Add `JsonGeneratorDecorator` to allow decorating `JsonGenerator`s (contributed by @digulla) +#1064: Add full set of `BufferRecyclerPool` implementations + (contributed by Mario F) #1066: Add configurable error report behavior via `ErrorReportConfiguration` (contributed by Joo-Hyuk K) #1081: Make `ByteSourceJsonBootstrapper` use `StringReader` for < 8KiB byte[] inputs (contributed by @schlosna) +#1089: Allow pluggable buffer recycling via new `BufferRecyclerPool` extension point 2.15.2 (30-May-2023)