Skip to content

Commit 6ffec6c

Browse files
committed
whatsnew update
1 parent 8f8f316 commit 6ffec6c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/source/whatsnew/v0.22.0.txt

+2-2
Original file line numberDiff line numberDiff line change
@@ -28,14 +28,14 @@ Other Enhancements
2828
- :class:`pandas.io.formats.style.Styler` now has method ``hide_index()`` to determine whether the index will be rendered in ouptut (:issue:`14194`)
2929
- :class:`pandas.io.formats.style.Styler` now has method ``hide_columns()`` to determine whether columns will be hidden in output (:issue:`14194`)
3030
- Improved wording of ``ValueError`` raised in :func:`to_datetime` when ``unit=`` is passed with a non-convertible value (:issue:`14350`)
31-
- :func:`Series.fillna` now accepts a Series or a dict as a ``value`` (:issue:`17033`)
31+
- :func:`Series.fillna` now accepts a Series or a dict as a ``value`` for a categorical dtype (:issue:`17033`)
3232

3333
.. _whatsnew_0220.api_breaking:
3434

3535
Backwards incompatible API changes
3636
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
3737

38-
-
38+
- :func:`Series.fillna` now raises a ``TypeError`` instead of a ``KeyError`` when passed a list, tuple or DataFrame as a ``value`` (:issue:`18293`)
3939
-
4040
-
4141

0 commit comments

Comments
 (0)