Skip to content

Commit 8f0b7f2

Browse files
Add whatsnew entry
1 parent 3ec650d commit 8f0b7f2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

doc/source/whatsnew/v1.4.3.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ Fixed regressions
3030
- Fixed regression in :func:`assert_index_equal` when ``check_order=False`` and :class:`Index` has extension or object dtype (:issue:`47207`)
3131
- Fixed regression in :func:`read_excel` returning ints as floats on certain input sheets (:issue:`46988`)
3232
- 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`)
3334

3435
.. ---------------------------------------------------------------------------
3536

0 commit comments

Comments
 (0)