Skip to content

Commit 44932cc

Browse files
author
Ben Kandel
committed
changed whatsnew entry to 0.19.1
1 parent c51df19 commit 44932cc

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

doc/source/whatsnew/v0.19.0.txt

-1
Original file line numberDiff line numberDiff line change
@@ -1563,4 +1563,3 @@ Bug Fixes
15631563
- ``PeridIndex`` can now accept ``list`` and ``array`` which contains ``pd.NaT`` (:issue:`13430`)
15641564
- Bug in ``df.groupby`` where ``.median()`` returns arbitrary values if grouped dataframe contains empty bins (:issue:`13629`)
15651565
- Bug in ``Index.copy()`` where ``name`` parameter was ignored (:issue:`14302`)
1566-
- Bug in ``concat`` where names of keys were not propagated to the resulting MultiIndex (:issue:`14252`)

doc/source/whatsnew/v0.19.1.txt

+1
Original file line numberDiff line numberDiff line change
@@ -30,3 +30,4 @@ Performance Improvements
3030

3131
Bug Fixes
3232
~~~~~~~~~
33+
- Bug in ``concat`` where names of keys were not propagated to the resulting MultiIndex (:issue:`14252`)

0 commit comments

Comments
 (0)