Skip to content

Commit aa06288

Browse files
committed
structure
1 parent 29457ef commit aa06288

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

doc/source/whatsnew/v1.2.0.rst

+9-2
Original file line numberDiff line numberDiff line change
@@ -328,7 +328,6 @@ Deprecations
328328

329329
.. ---------------------------------------------------------------------------
330330
331-
332331
.. _whatsnew_120.performance:
333332

334333
Performance improvements
@@ -350,6 +349,15 @@ Performance improvements
350349

351350
.. ---------------------------------------------------------------------------
352351
352+
.. _whatsnew_120.regressions:
353+
354+
Fixed regressions
355+
~~~~~~~~~~~~~~~~~
356+
- Fixed regression in :func:`merge` on merging datetime index with empty DF (:issue:`36895`)
357+
358+
.. ---------------------------------------------------------------------------
359+
360+
353361
.. _whatsnew_120.bug_fixes:
354362

355363
Bug fixes
@@ -447,7 +455,6 @@ MultiIndex
447455

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

452459
I/O
453460
^^^

0 commit comments

Comments
 (0)