Skip to content

Commit 0ea3965

Browse files
author
y-p
committed
DOC: update RELEASE.rst
1 parent 31e34c6 commit 0ea3965

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

RELEASE.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -301,6 +301,7 @@ pandas 0.11.0
301301
- Groupby will handle mutation among an input groups columns (and fallback
302302
to non-fast apply) (GH3380_)
303303
- Eliminated unicode errors on FreeBSD when using MPL GTK backend (GH3360_)
304+
- Period.strftime should return unicode strings always (GH3363_)
304305

305306
.. _GH3294: https://github.com/pydata/pandas/issues/3294
306307
.. _GH622: https://github.com/pydata/pandas/issues/622
@@ -309,6 +310,7 @@ pandas 0.11.0
309310
.. _GH1893: https://github.com/pydata/pandas/issues/1893
310311
.. _GH1978: https://github.com/pydata/pandas/issues/1978
311312
.. _GH3360: https://github.com/pydata/pandas/issues/3360
313+
.. _GH3363: https://github.com/pydata/pandas/issues/3363
312314
.. _GH2758: https://github.com/pydata/pandas/issues/2758
313315
.. _GH3275: https://github.com/pydata/pandas/issues/3275
314316
.. _GH2121: https://github.com/pydata/pandas/issues/2121

0 commit comments

Comments
 (0)