Skip to content

Commit 8b7241a

Browse files
committed
docs: add issue number
1 parent 6f4ce03 commit 8b7241a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/source/whatsnew/v3.0.0.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -70,13 +70,13 @@ Other enhancements
7070
- :meth:`Series.str.get_dummies` now accepts a ``dtype`` parameter to specify the dtype of the resulting DataFrame (:issue:`47872`)
7171
- :meth:`pandas.concat` will raise a ``ValueError`` when ``ignore_index=True`` and ``keys`` is not ``None`` (:issue:`59274`)
7272
- :py:class:`frozenset` elements in pandas objects are now natively printed (:issue:`60690`)
73+
- Errors occurring during SQL I/O will now throw a generic :class:`.DatabaseError` instead of the raw Exception type from the underlying driver manager library (:issue:`60748`)
7374
- Implemented :meth:`Series.str.isascii` and :meth:`Series.str.isascii` (:issue:`59091`)
7475
- Multiplying two :class:`DateOffset` objects will now raise a ``TypeError`` instead of a ``RecursionError`` (:issue:`59442`)
7576
- Restore support for reading Stata 104-format and enable reading 103-format dta files (:issue:`58554`)
7677
- Support passing a :class:`Iterable[Hashable]` input to :meth:`DataFrame.drop_duplicates` (:issue:`59237`)
7778
- Support reading Stata 102-format (Stata 1) dta files (:issue:`58978`)
7879
- Support reading Stata 110-format (Stata 7) dta files (:issue:`47176`)
79-
- Errors occurring during SQL I/O will now throw a generic :class:`.DatabaseError` instead of the raw Exception type from the underlying driver manager library
8080

8181
.. ---------------------------------------------------------------------------
8282
.. _whatsnew_300.notable_bug_fixes:

0 commit comments

Comments
 (0)