Skip to content

Commit 702dbf8

Browse files
author
y-p
committed
DOC: update RELEASE.rst
1 parent b31c033 commit 702dbf8

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

RELEASE.rst

+3-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,8 @@ pandas 0.11.1
3030

3131
**New features**
3232

33-
-
33+
- pd.read_html() can now parse HTML string, files or urls and return dataframes
34+
courtesy of @cpcloud. (GH3477_)
3435

3536
**Improvements to existing features**
3637

@@ -88,6 +89,7 @@ pandas 0.11.1
8889
.. _GH3437: https://github.com/pydata/pandas/issues/3437
8990
.. _GH3455: https://github.com/pydata/pandas/issues/3455
9091
.. _GH3457: https://github.com/pydata/pandas/issues/3457
92+
.. _GH3477: https://github.com/pydata/pandas/issues/3457
9193
.. _GH3461: https://github.com/pydata/pandas/issues/3461
9294
.. _GH3468: https://github.com/pydata/pandas/issues/3468
9395
.. _GH3448: https://github.com/pydata/pandas/issues/3448

doc/source/v0.11.1.txt

+3
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,12 @@ API changes
1212

1313
Enhancements
1414
~~~~~~~~~~~~
15+
- pd.read_html() can now parse HTML string, files or urls and return dataframes
16+
courtesy of @cpcloud. (GH3477_)
1517

1618
See the `full release notes
1719
<https://github.com/pydata/pandas/blob/master/RELEASE.rst>`__ or issue tracker
1820
on GitHub for a complete list.
1921

2022
.. _GH2437: https://github.com/pydata/pandas/issues/2437
23+
.. _GH3477: https://github.com/pydata/pandas/issues/3477

0 commit comments

Comments
 (0)