Skip to content

Commit bb654f8

Browse files
committed
DOC: release notes
1 parent 304433a commit bb654f8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

RELEASE.rst

+2-1
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,8 @@ pandas 0.7.0
7171
- Can pass a list of dicts or Series to ``DataFrame.append`` to concatenate
7272
multiple rows (GH #464)
7373
- Add ``level`` argument to ``DataFrame.xs`` for selecting data from other
74-
MultiIndex levels (GH #371, GH #629)
74+
MultiIndex levels. Can take one or more levels with potentially a tuple of
75+
keys for flexible retrieval of data (GH #371, GH #629)
7576
- New ``crosstab`` function for easily computing frequency tables (GH #170)
7677

7778
**API Changes**

0 commit comments

Comments
 (0)