Skip to content

Commit 1cd46e9

Browse files
committed
DOC: Move to v1.3 changelog
1 parent 8348f8d commit 1cd46e9

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

doc/source/whatsnew/v1.2.4.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ Bug fixes
3535
Other
3636
~~~~~
3737

38-
- Allow :class:`Index` to be passed to the numpy ``all`` function.
38+
-
3939
-
4040

4141
.. ---------------------------------------------------------------------------

doc/source/whatsnew/v1.3.0.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -539,6 +539,8 @@ Reshaping
539539
- Bug in :meth:`DataFrame.append` returning incorrect dtypes with combinations of ``ExtensionDtype`` dtypes (:issue:`39454`)
540540
- Bug in :meth:`DataFrame.append` returning incorrect dtypes with combinations of ``datetime64`` and ``timedelta64`` dtypes (:issue:`39574`)
541541
- Bug in :meth:`DataFrame.pivot_table` returning a ``MultiIndex`` for a single value when operating on and empty ``DataFrame`` (:issue:`13483`)
542+
- Allow :class:`Index` to be passed to the :func:`numpy.all` function (:issue:`40180`)
543+
-
542544

543545
Sparse
544546
^^^^^^

0 commit comments

Comments
 (0)