Skip to content

Commit 8228253

Browse files
committed
DOC: release notes
1 parent 8625aae commit 8228253

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

RELEASE.rst

+3-1
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,9 @@ pandas 0.10.0
184184
datetime64 when calling DataFrame.apply. (#2374)
185185
- Raise exception when calling to_panel on non uniquely-indexed frame (#2441)
186186
- Improved detection of console encoding on IPython zmq frontends (#2458)
187-
187+
- Preserve time zone when .append-ing two time series (#2260)
188+
- Box timestamps when calling reset_index on time-zone-aware index rather
189+
than creating a tz-less datetime64 column (#2262)
188190

189191
pandas 0.9.1
190192
============

0 commit comments

Comments
 (0)