From 60eae6a697670ed2150354907e6297f83931f305 Mon Sep 17 00:00:00 2001 From: Olly Smith Date: Sat, 13 Oct 2012 10:17:23 +0100 Subject: [PATCH] Update README.md --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index 8d5bb01..a1311a8 100644 --- a/README.md +++ b/README.md @@ -38,6 +38,15 @@ Once you're all set up, you can compile, minify and run the tests using `grunt`. ## Changelog +### 0.3.1 - 13th October 2012 + +- Add `formatter` option for customising value labels in donuts [#75](https://github.com/oesmith/morris.js/issues/75). +- Cycle `lineColors` on line charts to avoid running out of colours [#78](https://github.com/oesmith/morris.js/issues/78). +- Add method to select donut segments. [#79](https://github.com/oesmith/morris.js/issues/79). +- Don't go negative on yMin when all y values are zero. [#80](https://github.com/oesmith/morris.js/issues/80). +- Don't sort data when parseTime is false [#83](https://github.com/oesmith/morris.js/issues/83). +- Customise styling for points. [#87](https://github.com/oesmith/morris.js/issues/87). + ### 0.3.0 - 15th September 2012 - Donut charts!