From d8667c72dd772cb8a6f871f4c76d72e4f872c313 Mon Sep 17 00:00:00 2001 From: Olly Smith Date: Sun, 14 Apr 2013 10:40:32 +0100 Subject: [PATCH] Changelog for v0.4.2 --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 858b6cd..2c3290d 100644 --- a/README.md +++ b/README.md @@ -38,6 +38,14 @@ Once you're all set up, you can compile, minify and run the tests using `grunt`. ## Changelog +### 0.4.2 - 14th April 2013 + +- Fix DST handling [#191](https://github.com/oesmith/morris.js/issues/191) +- Parse data values from strings in Morris.Donut [#189](https://github.com/oesmith/morris.js/issues/189) +- Non-cumulative area charts [#199](https://github.com/oesmith/morris.js/issues/199) +- Round Y-axis labels to significant numbers [#162](https://github.com/oesmith/morris.js/162) +- Customising default hover content [#179](https://github.com/oesmith/morris.js/179) + ### 0.4.1 - 8th February 2013 - Fix goal and event rendering. [#181](https://github.com/oesmith/morris.js/issues/181)