Skip to content

Commit 9cf2a5b

Browse files
author
y-p
committed
DOC: update RELEASE.rst
1 parent 6b6712b commit 9cf2a5b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

RELEASE.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ pandas 0.11.1
3737

3838
- Fixed various issues with internal pprinting code, the repr() for various objects
3939
including TimeStamp and *Index now produces valid python code strings and
40-
can be used to recreate the object, (GH3038_), (GH3379_), (GH3251_)
40+
can be used to recreate the object, (GH3038_, GH3379_, GH3251_, GH3460_)
4141
- ``convert_objects`` now accepts a ``copy`` parameter (defaults to ``True``)
4242
- ``HDFStore``
4343
@@ -127,6 +127,7 @@ pandas 0.11.1
127127
.. _GH3455: https://github.com/pydata/pandas/issues/3455
128128
.. _GH3457: https://github.com/pydata/pandas/issues/3457
129129
.. _GH3477: https://github.com/pydata/pandas/issues/3457
130+
.. _GH3460: https://github.com/pydata/pandas/issues/3460
130131
.. _GH3461: https://github.com/pydata/pandas/issues/3461
131132
.. _GH3546: https://github.com/pydata/pandas/issues/3546
132133
.. _GH3468: https://github.com/pydata/pandas/issues/3468

0 commit comments

Comments
 (0)