Skip to content

Commit ce3a1fa

Browse files
committed
structure
1 parent a70c0ff commit ce3a1fa

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

doc/source/whatsnew/v1.2.0.rst

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -343,7 +343,6 @@ Deprecations
343343

344344
.. ---------------------------------------------------------------------------
345345
346-
347346
.. _whatsnew_120.performance:
348347

349348
Performance improvements
@@ -366,6 +365,15 @@ Performance improvements
366365

367366
.. ---------------------------------------------------------------------------
368367
368+
.. _whatsnew_120.regressions:
369+
370+
Fixed regressions
371+
~~~~~~~~~~~~~~~~~
372+
- Fixed regression in :func:`merge` on merging datetime index with empty DF (:issue:`36895`)
373+
374+
.. ---------------------------------------------------------------------------
375+
376+
369377
.. _whatsnew_120.bug_fixes:
370378

371379
Bug fixes
@@ -467,7 +475,6 @@ MultiIndex
467475

468476
- Bug in :meth:`DataFrame.xs` when used with :class:`IndexSlice` raises ``TypeError`` with message ``"Expected label or tuple of labels"`` (:issue:`35301`)
469477
- Bug in :meth:`DataFrame.reset_index` with ``NaT`` values in index raises ``ValueError`` with message ``"cannot convert float NaN to integer"`` (:issue:`36541`)
470-
- Fixed regression in :func:`merge` on merging datetime index with empty DF (:issue:`36895`)
471478

472479
I/O
473480
^^^

0 commit comments

Comments
 (0)