diff --git a/doc/source/whatsnew/v0.24.0.txt b/doc/source/whatsnew/v0.24.0.txt index fd34424dedc52..4bfae7de01b8f 100644 --- a/doc/source/whatsnew/v0.24.0.txt +++ b/doc/source/whatsnew/v0.24.0.txt @@ -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`)