Skip to content

Commit 0dd6edd

Browse files
committed
CHANGELOG update
1 parent 6aa53e3 commit 0dd6edd

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

CHANGELOG.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,15 @@
1111

1212
- Git Issue #659: Fixed jsonschema validation message
1313

14-
- Fixed issue with JSON write option `array_array_split_lines` value `line_split_kind::new_line` not creating a new line
14+
- Git Issue #664: Fixed issue with detection of CBOR typed arrays that manifested itself on i386
1515

16-
- Fixed issue with inconsistent JSON write option output
16+
- Fixed issue with JSON encode option `array_array_split_lines` value `line_split_kind::new_line`
17+
not creating a new line
18+
19+
- Fixed issue of JSON encode line split options applied to inner JSON structures
20+
conflicting with line split options applied to outer JSON structures, e.g. when
21+
root line splits are **same_line** and array within array line splits are **multi_line**.
22+
With the new behaviour the output will remain **same_line**.
1723

1824
- Changes
1925

0 commit comments

Comments
 (0)