Skip to content

Commit 2688554

Browse files
committed
DOC: release note re: #1893
1 parent 61793b6 commit 2688554

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
@@ -58,6 +58,8 @@ pandas 0.10.0
5858
`closed='left', label='left'` for daily and lower frequencies. This had
5959
been a large source of confusion for users. See "what's new" page for more
6060
on this. (#2410)
61+
- Methods with ``inplace`` option now return None instead of the calling
62+
(modified) object (#1893)
6163
- inf/-inf are no longer considered as NA by isnull/notnull. To be clear, this
6264
is legacy cruft from early pandas. This behavior can be globally re-enabled
6365
using pandas.core.common.use_inf_as_na (#2050, #1919)

0 commit comments

Comments
 (0)