Skip to content

Commit ba0d122

Browse files
committed
move whatsnew to v1.4.0
1 parent 9e00908 commit ba0d122

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

doc/source/whatsnew/v1.3.1.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ Fixed regressions
2424

2525
Bug fixes
2626
~~~~~~~~~
27-
- Bug in :class:`DataFrame` constructor always copying 2D object arrays (:issue:`39272`)
27+
-
2828
-
2929

3030
.. ---------------------------------------------------------------------------

doc/source/whatsnew/v1.4.0.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -176,6 +176,7 @@ Categorical
176176
Datetimelike
177177
^^^^^^^^^^^^
178178
- Bug in :func:`to_datetime` returning pd.NaT for inputs that produce duplicated values, when ``cache=True`` (:issue:`42259`)
179+
- Bug in :class:`DataFrame` constructor always copying 2D object arrays (:issue:`39272`)
179180
-
180181

181182
Timedelta

0 commit comments

Comments
 (0)