Skip to content

DOC: Release note correction for GH7534 #7538

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jun 21, 2014
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
DOC: Release note correction for GH7534
  • Loading branch information
sinhrks committed Jun 21, 2014
commit 00d5ab4abe2da850a74d05a4d5364016892686e9
2 changes: 1 addition & 1 deletion doc/source/v0.14.1.txt
Original file line number Diff line number Diff line change
Expand Up @@ -248,7 +248,7 @@ Bug Fixes

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

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

- Bug in ``Index.astype(float)`` where it would return an ``object`` dtype
``Index`` (:issue:`7464`).
Expand Down