Skip to content

Commit b90254c

Browse files
author
y-p
committed
DOC: document change of to_string() to return unicode
1 parent 8721059 commit b90254c

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

doc/source/v0.10.0.txt

+5
Original file line numberDiff line numberDiff line change
@@ -130,6 +130,10 @@ API changes
130130
import pandas as pd
131131
pd.get_option("print_config.max_rows")
132132

133+
134+
- to_string() methods now always return unicode strings (GH2224_).
135+
136+
133137
See the `full release notes
134138
<https://github.com/pydata/pandas/blob/master/RELEASE.rst>`__ or issue tracker
135139
on GitHub for a complete list.
@@ -138,3 +142,4 @@ on GitHub for a complete list.
138142
.. _GH1996: https://github.com/pydata/pandas/issues/1996
139143
.. _GH2316: https://github.com/pydata/pandas/issues/2316
140144
.. _GH2097: https://github.com/pydata/pandas/issues/2097
145+
.. _GH2224: https://github.com/pydata/pandas/issues/2224

0 commit comments

Comments
 (0)