Skip to content

Commit c11398f

Browse files
committed
Move whatsnew message to v1.1.0
1 parent 821adce commit c11398f

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

doc/source/whatsnew/v1.0.0.rst

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1094,7 +1094,6 @@ I/O
10941094
- 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`)
10951095
- :func:`read_excel` now accepts binary data (:issue:`15914`)
10961096
- Bug in :meth:`read_csv` in which encoding handling was limited to just the string `utf-16` for the C engine (:issue:`24130`)
1097-
- When writing directly to a sqlite connection :func:`to_sql` now supports the ``multi`` method (:issue:`29921`)
10981097

10991098
Plotting
11001099
^^^^^^^^

doc/source/whatsnew/v1.1.0.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ MultiIndex
132132

133133
I/O
134134
^^^
135-
135+
- When writing directly to a sqlite connection :func:`to_sql` now supports the ``multi`` method (:issue:`29921`)
136136
-
137137
-
138138

0 commit comments

Comments
 (0)