File tree 2 files changed +5
-0
lines changed
2 files changed +5
-0
lines changed Original file line number Diff line number Diff line change @@ -407,6 +407,9 @@ David Schlosnagle (@schlosna)
407
407
Mario Fusco (@mariofusco)
408
408
* Contributed #1064 : Add full set of `BufferRecyclerPool` implementations
409
409
(2.16.0 )
410
+ * Contributed #1195 : Use `BufferRecycler` provided by output (`OutputStream`,
411
+ `Writer`) object if available
412
+ (2.17.0 )
410
413
411
414
Paul Bunyan (@hal7df)
412
415
* Reported #1173 : `JsonLocation` consistently off by one character for many invalid
Original file line number Diff line number Diff line change @@ -33,6 +33,8 @@ a pure JSON library.
33
33
(contributed by Guillaume L )
34
34
#1186 : `BufferRecycler` should avoid setting replacement if one already returned, bigger
35
35
(suggested by @kkkkkhhhh )
36
+ #1195 : Use `BufferRecycler` provided by output (`OutputStream`, `Writer`) object if available
37
+ (contributed by Mario F )
36
38
37
39
2.16 .2 (not yet released )
38
40
You can’t perform that action at this time.
0 commit comments