From a28fe55d587f7895a69f70cfa39d379735a3cd7b Mon Sep 17 00:00:00 2001 From: Florian Mounier Date: Fri, 21 Nov 2014 11:05:30 +0100 Subject: [PATCH] Update CHANGELOG --- CHANGELOG | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/CHANGELOG b/CHANGELOG index dcda011..b132cd1 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,4 +1,13 @@ V 1.5.2 - UNRELEASED + Adds config option missing_value_fill_truncation. (thanks sirlark) + Avoid HTTP 301 Moved Permanently (thanks jean) + Add a Django response method (thanks inlanger) + Fix setup.py (#170) + Fix format error on list like in table + Add legend_at_bottom_columns option to specify number of columns in legend when at bottom. (#157) + Fix secondary interpolation (#165) + Adds an extra class (axis) to horizontal guides if the label is "0" (#147) (thanks sirlark) + Add line stroke customization parameters to style.py (#154) (thanks blakev) V 1.5.1 Add `stack_from_top` option to reverse stack graph data order