Skip to content

Commit 967d151

Browse files
committed
Merge pull request #7550 from sinhrks/rn_fix
DOC: correct relase note
2 parents ac755b5 + 41e1178 commit 967d151

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

doc/source/v0.14.1.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -185,8 +185,8 @@ Bug Fixes
185185
- Bug in ``TimeGrouper`` doesn't exclude column specified by ``key`` (:issue:`7227`)
186186
- Bug in ``DataFrame`` and ``Series`` bar and barh plot raises ``TypeError`` when ``bottom``
187187
and ``left`` keyword is specified (:issue:`7226`)
188-
- BUG in ``DataFrame.hist`` raises ``TypeError`` when it contains non numeric column (:issue:`7277`)
189-
- BUG in ``Index.delete`` does not preserve ``name`` and ``freq`` attributes (:issue:`7302`)
188+
- Bug in ``DataFrame.hist`` raises ``TypeError`` when it contains non numeric column (:issue:`7277`)
189+
- Bug in ``Index.delete`` does not preserve ``name`` and ``freq`` attributes (:issue:`7302`)
190190
- Bug in ``DataFrame.query()``/``eval`` where local string variables with the @
191191
sign were being treated as temporaries attempting to be deleted
192192
(:issue:`7300`).
@@ -242,10 +242,10 @@ Bug Fixes
242242
- Bug in ``DatetimeIndex.to_period``, ``PeriodIndex.asobject``, ``PeriodIndex.to_timestamp`` doesn't preserve ``name`` (:issue:`7485`)
243243
- Bug in ``DatetimeIndex.to_period`` and ``PeriodIndex.to_timestanp`` handle ``NaT`` incorrectly (:issue:`7228`)
244244

245-
- BUG in ``offsets.apply``, ''rollforward`` and ``rollback`` may return normal ``datetime`` (:issue:`7502`)
245+
- Bug in ``offsets.apply``, ``rollforward`` and ``rollback`` may return normal ``datetime`` (:issue:`7502`)
246246

247247

248-
- BUG in ``resample`` raises ``ValueError`` when target contains ``NaT`` (:issue:`7227`)
248+
- Bug in ``resample`` raises ``ValueError`` when target contains ``NaT`` (:issue:`7227`)
249249

250250
- Bug in ``Timestamp.tz_localize`` resets ``nanosecond`` info (:issue:`7534`)
251251

0 commit comments

Comments
 (0)