Skip to content

Commit 04b2f7b

Browse files
committed
DOC: release notes
1 parent d5b2ccb commit 04b2f7b

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

doc/source/release.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -331,6 +331,8 @@ pandas 0.12
331331
- Fixed bug in ``Series.where`` where broadcasting a single element input vector
332332
to the length of the series resulted in multiplying the value
333333
inside the input (:issue:`4192`)
334+
- Fixed bug in plotting that wasn't raising on invalid colormap for
335+
matplotlib 1.1.1 (:issue:`4215`)
334336

335337
pandas 0.11.0
336338
=============

doc/source/v0.12.0.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -463,6 +463,8 @@ Bug Fixes
463463
argument in ``to_datetime`` (:issue:`4152`)
464464
- Fixed bug in ``PandasAutoDateLocator`` where ``invert_xaxis`` triggered
465465
incorrectly ``MilliSecondLocator`` (:issue:`3990`)
466+
- Fixed bug in plotting that wasn't raising on invalid colormap for
467+
matplotlib 1.1.1 (:issue:`4215`)
466468

467469
See the :ref:`full release notes
468470
<release>` or issue tracker

0 commit comments

Comments
 (0)