Skip to content

Commit c6a9f2e

Browse files
committed
DOC: release notes
1 parent 9c68809 commit c6a9f2e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/source/release.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ pandas 0.11.1
8888
- DatetimeIndexes no longer try to convert mixed-integer indexes during join
8989
operations (:issue:`3877`)
9090
- Add ``unit`` keyword to ``Timestamp`` and ``to_datetime`` to enable passing of
91-
integers or floats that are in an epoch unit of ``s, ms, us, ns``
91+
integers or floats that are in an epoch unit of ``D, s, ms, us, ns``, thanks @mtkini (:issue:`3969`)
9292
(e.g. unix timestamps or epoch ``s``, with fracional seconds allowed) (:issue:`3540`)
9393
- DataFrame corr method (spearman) is now cythonized.
9494

0 commit comments

Comments
 (0)