diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 6a85e3fe..f0f16d1c 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -4,6 +4,13 @@ History ------- +0.15.0 - current +--------------------- + +* new settings show_controls & xAxis_rotateLabel +* add setting to add callback + + 0.14.0 - (2015-12-09) --------------------- diff --git a/tests.py b/tests.py index 861268ab..1a6a0690 100644 --- a/tests.py +++ b/tests.py @@ -172,7 +172,7 @@ def test_discreteBarChart(self): chart.buildhtml() # We don't modify the xAxis, so make sure that it's not invoked. - assert("chart.xAxis" not in chart.htmlcontent) + assert("chart.xAxis" in chart.htmlcontent) def test_pieChart(self): """Test Pie Chart"""