Skip to content

Commit

Permalink
Update v0.24.0.txt (pandas-dev#21586)
Browse files Browse the repository at this point in the history
  • Loading branch information
uds5501 authored and jreback committed Jun 22, 2018
1 parent 4795e8c commit bd1b04e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/source/whatsnew/v0.24.0.txt
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@ Backwards incompatible API changes
Tick DateOffset Normalize Restrictions
--------------------------------------

Creating a ``Tick`` object (:class:``Day``, :class:``Hour``, :class:``Minute``,
:class:``Second``, :class:``Milli``, :class:``Micro``, :class:``Nano``) with
Creating a ``Tick`` object (:class:`Day`, :class:`Hour`, :class:`Minute`,
:class:`Second`, :class:`Milli`, :class:`Micro`, :class:`Nano`) with
`normalize=True` is no longer supported. This prevents unexpected behavior
where addition could fail to be monotone or associative. (:issue:`21427`)

Expand Down

0 comments on commit bd1b04e

Please sign in to comment.