diff --git a/doc/source/release.rst b/doc/source/release.rst index 071b6e77fc2eb..61e275b0eb0f6 100644 --- a/doc/source/release.rst +++ b/doc/source/release.rst @@ -84,6 +84,7 @@ Bug Fixes - Regresssion in handling of empty Series as indexers to Series (:issue:`5877`) - Bug in internal caching, related to (:issue:`5727`) - Testing bug in reading json/msgpack from a non-filepath on windows under py3 (:issue:`5874`) + - Bug when assigning to .ix[tuple(...)] (:issue:`5896`) pandas 0.13.0 -------------