Skip to content

Commit 00ae238

Browse files
committed
Add fix to whatsnew
1 parent 6b49be5 commit 00ae238

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

doc/source/whatsnew/v1.5.3.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ Bug fixes
3030
- Bug in :meth:`.Styler.to_excel` leading to error when unrecognized ``border-style`` (e.g. ``"hair"``) provided to Excel writers (:issue:`48649`)
3131
- Bug when chaining several :meth:`.Styler.concat` calls, only the last styler was concatenated (:issue:`49207`)
3232
- Fixed bug when instantiating a :class:`DataFrame` subclass inheriting from ``typing.Generic`` that triggered a ``UserWarning`` on python 3.11 (:issue:`49649`)
33+
- Typing: add :attr:`.Timestamp.nanosecond` to :class:`Timestamp`
3334
-
3435

3536
.. ---------------------------------------------------------------------------

0 commit comments

Comments
 (0)