File tree Expand file tree Collapse file tree 1 file changed +8
-2
lines changed
Expand file tree Collapse file tree 1 file changed +8
-2
lines changed Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments