Skip to content

Commit b3eccbc

Browse files
committed
Add whatsnew entry
1 parent 970969b commit b3eccbc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/source/whatsnew/v0.21.0.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -998,6 +998,7 @@ I/O
998998
- Bug in :meth:`DataFrame.to_html` in which there was no validation of the ``justify`` parameter (:issue:`17527`)
999999
- Bug in :func:`HDFStore.select` when reading a contiguous mixed-data table featuring VLArray (:issue:`17021`)
10001000
- Bug in :func:`to_json` where several conditions (including objects with unprintable symbols, objects with deep recursion, overlong labels) caused segfaults instead of raising the appropriate exception (:issue:`14256`)
1001+
- Bug in :meth:`DataFrame.to_latex` with ``longtable=True`` where a latex multicolumn always spanned over three columns (:issue:`17959`)
10011002

10021003
Plotting
10031004
^^^^^^^^
@@ -1081,4 +1082,3 @@ Other
10811082
^^^^^
10821083
- Bug where some inplace operators were not being wrapped and produced a copy when invoked (:issue:`12962`)
10831084
- Bug in :func:`eval` where the ``inplace`` parameter was being incorrectly handled (:issue:`16732`)
1084-

0 commit comments

Comments
 (0)