Skip to content

Commit b931f16

Browse files
author
y-p
committed
DOC: update RELEASE.rst
1 parent 50b185f commit b931f16

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

RELEASE.rst

+2
Original file line numberDiff line numberDiff line change
@@ -230,6 +230,7 @@ pandas 0.11.0
230230
- Fixed issues where indices can be passed as 'index/column' in addition to 0/1 for the axis parameter
231231
- PeriodIndex.tolist now boxes to Period (GH3178_)
232232
- PeriodIndex.get_loc KeyError now reports Period instead of ordinal (GH3179_)
233+
- df.to_records bug when handling MultiIndex (GH3189)
233234

234235
.. _GH622: https://github.com/pydata/pandas/issues/622
235236
.. _GH797: https://github.com/pydata/pandas/issues/797
@@ -305,6 +306,7 @@ pandas 0.11.0
305306
.. _GH3130: https://github.com/pydata/pandas/issues/3130
306307
.. _GH3178: https://github.com/pydata/pandas/issues/3178
307308
.. _GH3179: https://github.com/pydata/pandas/issues/3179
309+
.. _GH3189: https://github.com/pydata/pandas/issues/3189
308310

309311
pandas 0.10.1
310312
=============

0 commit comments

Comments
 (0)