From 88910e1266b30f684993946921759aea81e2a051 Mon Sep 17 00:00:00 2001 From: Piti Ongmongkolkul Date: Fri, 1 Jun 2012 11:46:55 -0700 Subject: [PATCH] add #827 to changelog Conflicts: CHANGELOG --- CHANGELOG | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGELOG b/CHANGELOG index 1124187a8d84..d544139f7eb5 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -26,6 +26,10 @@ 2012-06-02 Add new Axes method and pyplot function, hist2d. - PO +2012-06-01 Change the return value of hist for histype='step' when user + request multiple histograms to list of Container of Polygon. + #827 + 2012-05-31 Remove support for 'cairo.' style of backend specification. Deprecate 'cairo.format' and 'savefig.extension' rcParams and replace with 'savefig.format'. - Martin Spacek @@ -65,6 +69,7 @@ CLOSEPOLY would then draw a line to the latest MOVETO position instead of the intended initial position. - JKS + 2012-03-27 Add support to ImageGrid for placing colorbars only at one edge of each column/row. - RMM