Skip to content

Commit 5169022

Browse files
DOC: Add line indicating bug fix pandas-dev#55509
1 parent 02c1b77 commit 5169022

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
@@ -264,6 +264,7 @@ Bug fixes
264264
~~~~~~~~~
265265
- Fixed bug in :meth:`DataFrame.join` inconsistently setting result index name (:issue:`55815`)
266266
- Fixed bug in :meth:`DataFrame.to_string` that raised ``StopIteration`` with nested DataFrames. (:issue:`16098`)
267+
- Fixed bug in :meth:`DataFrame.update` bool dtype being converted to object (:issue:`55509`)
267268
- Fixed bug in :meth:`Series.diff` allowing non-integer values for the ``periods`` argument. (:issue:`56607`)
268269

269270
Categorical

0 commit comments

Comments
 (0)