Skip to content

Commit 4d13fbd

Browse files
committed
DOC: Add entry for bugfix 57676 to whatsnew
1 parent 5ec0e43 commit 4d13fbd

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
@@ -293,6 +293,7 @@ Bug fixes
293293
~~~~~~~~~
294294
- Fixed bug in :class:`SparseDtype` for equal comparison with na fill value. (:issue:`54770`)
295295
- Fixed bug in :meth:`DataFrame.join` inconsistently setting result index name (:issue:`55815`)
296+
- Fixed bug in :meth:`DataFrame.join` join with a list of a single element should behave as a join with a single element (:issue:`57676`)
296297
- Fixed bug in :meth:`DataFrame.to_string` that raised ``StopIteration`` with nested DataFrames. (:issue:`16098`)
297298
- Fixed bug in :meth:`DataFrame.update` bool dtype being converted to object (:issue:`55509`)
298299
- Fixed bug in :meth:`DataFrameGroupBy.apply` that was returning a completely empty DataFrame when all return values of ``func`` were ``None`` instead of returning an empty DataFrame with the original columns and dtypes. (:issue:`57775`)

0 commit comments

Comments
 (0)