File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ Fixed regressions
30
30
- Fixed regression in :func: `assert_index_equal ` when ``check_order=False `` and :class: `Index ` has extension or object dtype (:issue: `47207 `)
31
31
- Fixed regression in :func: `read_excel ` returning ints as floats on certain input sheets (:issue: `46988 `)
32
32
- Fixed regression in :meth: `DataFrame.shift ` when ``axis `` is ``columns `` and ``fill_value `` is absent, ``freq `` is ignored (:issue: `47039 `)
33
- - Fixed regression in :meth: `DataFrame.to_json ` when ``index `` is of the type `` PeriodIndex ` ` causing a segmentation violation (:issue: `46683 `)
33
+ - Fixed regression in :meth: `DataFrame.to_json ` when ``index `` is of the type :class: ` PeriodIndex ` causing a segmentation violation (:issue: `46683 `)
34
34
35
35
.. ---------------------------------------------------------------------------
36
36
You can’t perform that action at this time.
0 commit comments