From 00d5ab4abe2da850a74d05a4d5364016892686e9 Mon Sep 17 00:00:00 2001 From: sinhrks Date: Sat, 21 Jun 2014 23:42:55 +0900 Subject: [PATCH] DOC: Release note correction for GH7534 --- doc/source/v0.14.1.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/source/v0.14.1.txt b/doc/source/v0.14.1.txt index 158fa1561eb30..e8c7a6f9ab462 100644 --- a/doc/source/v0.14.1.txt +++ b/doc/source/v0.14.1.txt @@ -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`).