Skip to content

Commit 18d9cff

Browse files
authored
DOC: Add pr number to whatsnew (#48155)
1 parent 236cedf commit 18d9cff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/source/whatsnew/v1.4.4.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ Fixed regressions
1919
- Fixed regression in :meth:`DataFrame.loc` not updating the cache correctly after values were set (:issue:`47867`)
2020
- Fixed regression in :meth:`DataFrame.loc` not aligning index in some cases when setting a :class:`DataFrame` (:issue:`47578`)
2121
- Fixed regression in setting ``None`` or non-string value into a ``string``-dtype Series using a mask (:issue:`47628`)
22-
- Fixed regression in :func:`merge` throwing an error when passing a :class:`Series` with a multi-level name
22+
- Fixed regression in :func:`merge` throwing an error when passing a :class:`Series` with a multi-level name (:issue:`47946`)
2323
- Fixed regression in :meth:`DataFrame.eval` creating a copy when updating inplace (:issue:`47449`)
2424
-
2525

0 commit comments

Comments
 (0)