Skip to content

Commit 66db79f

Browse files
committed
Move whatsnew message
1 parent 7cba5b1 commit 66db79f

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

doc/source/whatsnew/v0.25.2.rst

-3
Original file line numberDiff line numberDiff line change
@@ -40,9 +40,6 @@ Other
4040
- Compatibility with Python 3.8 in :meth:`DataFrame.query` (:issue:`27261`)
4141
- Fix to ensure that tab-completion in an IPython console does not raise
4242
warnings for deprecated attributes (:issue:`27900`).
43-
- Fix :class:`AbstractHolidayCalendar` to return correct results for
44-
years after 2030 (now goes up to 2200) (:issue:`27790`)
45-
4643

4744
.. _whatsnew_0.252.contributors:
4845

doc/source/whatsnew/v1.0.0.rst

+3
Original file line numberDiff line numberDiff line change
@@ -409,6 +409,9 @@ Other
409409
- Bug in :meth:`Series.diff` where a boolean series would incorrectly raise a ``TypeError`` (:issue:`17294`)
410410
- :meth:`Series.append` will no longer raise a ``TypeError`` when passed a tuple of ``Series`` (:issue:`28410`)
411411
- Fix corrupted error message when calling ``pandas.libs._json.encode()`` on a 0d array (:issue:`18878`)
412+
- Fix :class:`AbstractHolidayCalendar` to return correct results for
413+
years after 2030 (now goes up to 2200) (:issue:`27790`)
414+
412415

413416
.. _whatsnew_1000.contributors:
414417

0 commit comments

Comments
 (0)