Updated whatsnew to reflect changes · mcocdawc/pandas@79dd958 (original) (raw)
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -26,6 +26,8 @@ Check the :ref:`API Changes <whatsnew_0200.api_breaking>` and :ref:`deprecations | ||
| 26 | 26 | New features |
| 27 | 27 | ~~~~~~~~~~~~ |
| 28 | 28 | |
| 29 | +- Added subtraction from FrozenLists (:issue:`15475`) | |
| 30 | + | |
| 29 | 31 | - Integration with the ``feather-format``, including a new top-level ``pd.read_feather()`` and ``DataFrame.to_feather()`` method, see :ref:`here <io.feather>`. |
| 30 | 32 | - ``.str.replace`` now accepts a callable, as replacement, which is passed to ``re.sub`` (:issue:`15055`) |
| 31 | 33 |