Skip to content

Commit 12d3453

Browse files
DOC: move release note for #36155 (#36187)
1 parent dd5d945 commit 12d3453

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

doc/source/whatsnew/v1.1.2.rst

+1
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@ Bug fixes
5050
Other
5151
~~~~~
5252
- :meth:`factorize` now supports ``na_sentinel=None`` to include NaN in the uniques of the values and remove ``dropna`` keyword which was unintentionally exposed to public facing API in 1.1 version from :meth:`factorize` (:issue:`35667`)
53+
- :meth:`DataFrame.plot` and meth:`Series.plot` raise ``UserWarning`` about usage of FixedFormatter and FixedLocator (:issue:`35684` and :issue:`35945`)
5354

5455
.. ---------------------------------------------------------------------------
5556

doc/source/whatsnew/v1.2.0.rst

-1
Original file line numberDiff line numberDiff line change
@@ -300,7 +300,6 @@ Plotting
300300
^^^^^^^^
301301

302302
- Bug in :meth:`DataFrame.plot` where a marker letter in the ``style`` keyword sometimes causes a ``ValueError`` (:issue:`21003`)
303-
- meth:`DataFrame.plot` and meth:`Series.plot` raise ``UserWarning`` about usage of FixedFormatter and FixedLocator (:issue:`35684` and :issue:`35945`)
304303

305304
Groupby/resample/rolling
306305
^^^^^^^^^^^^^^^^^^^^^^^^

0 commit comments

Comments
 (0)