Skip to content

Commit 3cee6b3

Browse files
committed
add whatsnew entry
1 parent 9b0dff0 commit 3cee6b3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

doc/source/whatsnew/v0.20.0.txt

+1
Original file line numberDiff line numberDiff line change
@@ -988,6 +988,7 @@ I/O
988988
- Bug in ``pd.read_hdf()`` passing a ``Timestamp`` to the ``where`` parameter with a non date column (:issue:`15492`)
989989
- Bug in ``DataFrame.to_stata()`` and ``StataWriter`` which produces incorrectly formatted files to be produced for some locales (:issue:`13856`)
990990
- Bug in ``StataReader`` and ``StataWriter`` which allows invalid encodings (:issue:`15723`)
991+
- Bug in ``pd.to_json()`` for the C engine where rollover was not correctly handled for case where frac is odd and diff is exactly 0.5 (:issue:`15716`, :issue:`15864`)
991992

992993
Plotting
993994
^^^^^^^^

0 commit comments

Comments
 (0)