Skip to content

Commit a4142ad

Browse files
committed
move whatsnew comment from 1.5.2 to 1.5.3
1 parent 566c236 commit a4142ad

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

doc/source/whatsnew/v1.5.2.rst

-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@ Bug fixes
2929
~~~~~~~~~
3030
- Bug in the Copy-on-Write implementation losing track of views in certain chained indexing cases (:issue:`48996`)
3131
- Fixed memory leak in :meth:`.Styler.to_excel` (:issue:`49751`)
32-
- Fixed bug when instantiating a :class:`DataFrame` subclass inheriting from ``typing.Generic`` that triggered a ``UserWarning`` on python 3.11 (:issue:`49649`)
3332
-
3433

3534
.. ---------------------------------------------------------------------------

doc/source/whatsnew/v1.5.3.rst

+1
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ Fixed regressions
2727
Bug fixes
2828
~~~~~~~~~
2929
- Bug in :meth:`.Styler.to_excel` leading to error when unrecognized ``border-style`` (e.g. ``"hair"``) provided to Excel writers (:issue:`48649`)
30+
- Fixed bug when instantiating a :class:`DataFrame` subclass inheriting from ``typing.Generic`` that triggered a ``UserWarning`` on python 3.11 (:issue:`49649`)
3031
-
3132

3233
.. ---------------------------------------------------------------------------

0 commit comments

Comments
 (0)