Skip to content

Commit d3e867e

Browse files
committed
Add whatsnew
1 parent e2f4afd commit d3e867e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

doc/source/whatsnew/v3.0.0.rst

+1
Original file line numberDiff line numberDiff line change
@@ -758,6 +758,7 @@ Groupby/resample/rolling
758758
Reshaping
759759
^^^^^^^^^
760760
- Bug in :func:`qcut` where values at the quantile boundaries could be incorrectly assigned (:issue:`59355`)
761+
- Bug in :meth:`DataFrame.combine_first` now preserves the column order (:issue:`60427`)
761762
- Bug in :meth:`DataFrame.join` inconsistently setting result index name (:issue:`55815`)
762763
- Bug in :meth:`DataFrame.join` when a :class:`DataFrame` with a :class:`MultiIndex` would raise an ``AssertionError`` when :attr:`MultiIndex.names` contained ``None``. (:issue:`58721`)
763764
- Bug in :meth:`DataFrame.merge` where merging on a column containing only ``NaN`` values resulted in an out-of-bounds array access (:issue:`59421`)

0 commit comments

Comments
 (0)