Skip to content

Commit 608239c

Browse files
committed
Move whatsnew message to v1.1.0
1 parent f5388ca commit 608239c

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

doc/source/whatsnew/v1.0.0.rst

-1
Original file line numberDiff line numberDiff line change
@@ -1074,7 +1074,6 @@ I/O
10741074
- Bug in :func:`pandas.io.json.json_normalize` where a missing value in the location specified by `record_path` would raise a ``TypeError`` (:issue:`30148`)
10751075
- :func:`read_excel` now accepts binary data (:issue:`15914`)
10761076
- Bug in :meth:`read_csv` in which encoding handling was limited to just the string `utf-16` for the C engine (:issue:`24130`)
1077-
- When writing directly to a sqlite connection :func:`to_sql` now supports the ``multi`` method (:issue:`29921`)
10781077

10791078
Plotting
10801079
^^^^^^^^

doc/source/whatsnew/v1.1.0.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ MultiIndex
120120

121121
I/O
122122
^^^
123-
123+
- When writing directly to a sqlite connection :func:`to_sql` now supports the ``multi`` method (:issue:`29921`)
124124
-
125125
-
126126

0 commit comments

Comments
 (0)