Skip to content

Commit c76ece5

Browse files
committed
DOC: release notes
1 parent 6c7ec42 commit c76ece5

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
@@ -29,7 +29,7 @@ pandas 0.8.2
2929

3030
**New features**
3131

32-
- Add ``str.decode`` to Series (#1706)
32+
- Add ``str.encode`` and ``str.decode`` to Series (#1706)
3333

3434
**Improvements to existing features**
3535

@@ -77,6 +77,7 @@ pandas 0.8.2
7777
- Fix DatetimeIndex tz-aware range generation issue (#1674)
7878
- Fix method='time' interpolation with intraday data (#1698)
7979
- Don't plot all-NA DataFrame columns as zeros (#1696)
80+
- Fix bug in scatter_plot with by option (#1716)
8081

8182
pandas 0.8.1
8283
============

0 commit comments

Comments
 (0)