Skip to content

Commit a4e6804

Browse files
committed
DOC : Change in release notes
1 parent b4867df commit a4e6804

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

doc/source/whatsnew/v0.17.1.txt

-1
Original file line numberDiff line numberDiff line change
@@ -202,4 +202,3 @@ Bug Fixes
202202
- Bug in ``DataFrame.to_sparse()`` loses column names for MultiIndexes (:issue:`11600`)
203203
- Bug in ``DataFrame.round()`` with non-unique column index producing a Fatal Python error (:issue:`11611`)
204204
- Bug in ``DataFrame.round()`` with ``decimals`` being a non-unique indexed Series producing extra columns (:issue:`11618`)
205-
- Fixed the bug in ``DataFrame.align()`` which was giving wrong output when supplied with the ``join`` argument. (:issue:`13194`)

doc/source/whatsnew/v0.18.2.txt

+1
Original file line numberDiff line numberDiff line change
@@ -149,3 +149,4 @@ Bug Fixes
149149
- Bug in ``NaT`` - ``Period`` raises ``AttributeError`` (:issue:`13071`)
150150
- Bug in ``Period`` addition raises ``TypeError`` if ``Period`` is on right hand side (:issue:`13069`)
151151
- Bug in ``pd.set_eng_float_format()`` that would prevent NaN's from formatting (:issue:`11981`)
152+
- Fixed the bug in ``DataFrame.align()`` which was giving wrong output when supplied with the ``join`` argument. (:issue:`13194`)

0 commit comments

Comments
 (0)