Skip to content

Commit 66d4f99

Browse files
committed
corrected whatsnew
1 parent 7b956ba commit 66d4f99

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

doc/source/whatsnew/v1.4.0.rst

+7-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,8 @@ Other enhancements
4343

4444
Notable bug fixes
4545
~~~~~~~~~~~~~~~~~
46-
- Bug in :meth:`pandas.cut` on :class:`Series` with duplicate indices (:issue:`42185`) and non-exact :meth:`pandas.CategoricalIndex` (:issue:`42425`)
46+
-
47+
- These are bug fixes that might have notable behavior changes.
4748

4849
.. _whatsnew_140.notable_bug_fixes.notable_bug_fix1:
4950

@@ -263,8 +264,13 @@ Groupby/resample/rolling
263264

264265
Reshaping
265266
^^^^^^^^^
267+
<<<<<<< HEAD
266268
- :func:`concat` creating :class:`MultiIndex` with duplicate level entries when concatenating a :class:`DataFrame` with duplicates in :class:`Index` and multiple keys (:issue:`42651`)
267269
-Bug in :meth:`pandas.cut` on :class:`Series` with duplicate indices (:issue:`42185`) and non-exact :meth:`pandas.CategoricalIndex` (:issue:`42425`)
270+
=======
271+
- Bug in :meth:`pandas.cut` on :class:`Series` with duplicate indices (:issue:`42185`) and non-exact :meth:`pandas.CategoricalIndex` (:issue:`42425`)
272+
-
273+
>>>>>>> corrected whatsnew
268274

269275
Sparse
270276
^^^^^^

0 commit comments

Comments
 (0)