Skip to content

Commit 8b676e8

Browse files
authored
Update v3.0.0.rst - Placed update in alphabetical order
1 parent 5d2f8a0 commit 8b676e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/source/whatsnew/v3.0.0.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,6 +161,7 @@ Other enhancements
161161
:func:`pandas.concat`.
162162
- :class:`pandas.api.typing.FrozenList` is available for typing the outputs of :attr:`MultiIndex.names`, :attr:`MultiIndex.codes` and :attr:`MultiIndex.levels` (:issue:`58237`)
163163
- :class:`pandas.api.typing.SASReader` is available for typing the output of :func:`read_sas` (:issue:`55689`)
164+
- Added functionality to support saving json without escaping forward slashes by adding to :meth:`DataFrame.to_json` (:issue:`61442`)
164165
- Added :meth:`.Styler.to_typst` to write Styler objects to file, buffer or string in Typst format (:issue:`57617`)
165166
- Added missing :meth:`pandas.Series.info` to API reference (:issue:`60926`)
166167
- :class:`pandas.api.typing.NoDefault` is available for typing ``no_default``
@@ -228,7 +229,6 @@ Other enhancements
228229
- Support reading Stata 102-format (Stata 1) dta files (:issue:`58978`)
229230
- Support reading Stata 110-format (Stata 7) dta files (:issue:`47176`)
230231
- Switched wheel upload to **PyPI Trusted Publishing** (OIDC) for release-tag pushes in ``wheels.yml``. (:issue:`61718`)
231-
- Added functionality to support saving json without escaping forward slashes by adding to :meth:`DataFrame.to_json` (:issue:`61442`)
232232

233233
.. ---------------------------------------------------------------------------
234234
.. _whatsnew_300.notable_bug_fixes:

0 commit comments

Comments
 (0)