Skip to content

Commit 4d2997b

Browse files
committed
whatsnew update
1 parent df50a83 commit 4d2997b

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
@@ -26,14 +26,14 @@ Other Enhancements
2626
- :func:`pandas.tseries.frequencies.to_offset` now accepts leading '+' signs e.g. '+1h'. (:issue:`18171`)
2727
- :class:`pandas.io.formats.style.Styler` now has method ``hide_index()`` to determine whether the index will be rendered in ouptut (:issue:`14194`)
2828
- :class:`pandas.io.formats.style.Styler` now has method ``hide_columns()`` to determine whether columns will be hidden in output (:issue:`14194`)
29-
- :func:`Series.fillna` now accepts a Series or a dict as a ``value`` (:issue:`17033`)
29+
- :func:`Series.fillna` now accepts a Series or a dict as a ``value`` for a categorical dtype (:issue:`17033`)
3030

3131
.. _whatsnew_0220.api_breaking:
3232

3333
Backwards incompatible API changes
3434
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
3535

36-
-
36+
- :func:`Series.fillna` now raises a ``TypeError`` instead of a ``KeyError`` when passed a list, tuple or DataFrame as a ``value`` (`PR18293 <https://github.com/pandas-dev/pandas/pull/18293>`__)
3737
-
3838
-
3939

0 commit comments

Comments
 (0)