File tree Expand file tree Collapse file tree 2 files changed +6
-0
lines changed Expand file tree Collapse file tree 2 files changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -384,6 +384,8 @@ Cormac Redmond (@credmond)
384
384
Manuel Sugawara (@sugmanue )
385
385
* Contributed #568 : Improve ASCII decoding performance for `CBORParser`
386
386
(2.19 .0 )
387
+ * Contributed fix for #616 : CBOR text gets truncated on decoding
388
+ (2.19 .3 )
387
389
388
390
Josh Curry (@seadbrane )
389
391
* Reported , contributed fix for #571 : Unable to deserialize a pojo with IonStruct
Original file line number Diff line number Diff line change @@ -24,6 +24,8 @@ No changes since 2.20
24
24
incompatible with each other
25
25
(reported by Raphael W )
26
26
(fix by Vincent E )
27
+ #616 : CBOR text gets truncated on decoding
28
+ (reported , fix contributed by Manuel S )
27
29
28
30
2.20 .0 (28 - Aug - 2025 )
29
31
@@ -49,6 +51,8 @@ No changes since 2.20
49
51
incompatible with each other
50
52
(reported by Raphael W )
51
53
(fix by Vincent E )
54
+ #616 : CBOR text gets truncated on decoding
55
+ (reported , fix contributed by Manuel S )
52
56
53
57
2.19 .2 (18 - Jul - 2025 )
54
58
You can’t perform that action at this time.
0 commit comments