From 100b47bdc1d5db9def1662a110e8dfbb9fc93711 Mon Sep 17 00:00:00 2001 From: sinhrks Date: Tue, 19 Aug 2014 22:00:07 +0900 Subject: [PATCH] DOC: Fix Release note 8019, 8039 --- doc/source/v0.15.0.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/source/v0.15.0.txt b/doc/source/v0.15.0.txt index 85f620fcd4b99..71d168e1b575d 100644 --- a/doc/source/v0.15.0.txt +++ b/doc/source/v0.15.0.txt @@ -394,7 +394,7 @@ Enhancements -- Bug in ``DataFrame.shift`` where empty columns would throw ``ZeroDivisionError`` on numpy 1.7 (:issue:`8019`) + @@ -543,7 +543,7 @@ Bug Fixes - +- Bug in ``DataFrame.shift`` where empty columns would throw ``ZeroDivisionError`` on numpy 1.7 (:issue:`8019`) @@ -555,7 +555,7 @@ Bug Fixes - Bug in ``read_html`` where ``bytes`` objects were not tested for in ``_read`` (:issue:`7927`). -- Bug in ``DataFrame.stack()`` when one of the column levels was a datelike (:issue: `8039`) +- Bug in ``DataFrame.stack()`` when one of the column levels was a datelike (:issue:`8039`)