Skip to content

Commit 48f98f0

Browse files
committed
Add whatsnew note to v3.0.0.rst
1 parent 3533134 commit 48f98f0

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

doc/source/whatsnew/v3.0.0.rst

+2
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,8 @@ Other enhancements
4444
- :meth:`DataFrame.fillna` and :meth:`Series.fillna` can now accept ``value=None``; for non-object dtype the corresponding NA value will be used (:issue:`57723`)
4545
- :meth:`Series.cummin` and :meth:`Series.cummax` now supports :class:`CategoricalDtype` (:issue:`52335`)
4646
- :meth:`Series.plot` now correctly handle the ``ylabel`` parameter for pie charts, allowing for explicit control over the y-axis label (:issue:`58239`)
47+
- Support reading Stata 110-format (Stata 7) dta files (:issue:`47176`)
48+
-
4749

4850
.. ---------------------------------------------------------------------------
4951
.. _whatsnew_300.notable_bug_fixes:

0 commit comments

Comments
 (0)