From 54c7e3f4c1bac1a119fd2f7cae3aae79e9e74850 Mon Sep 17 00:00:00 2001 From: Olly Smith Date: Sun, 28 Oct 2012 21:27:36 +0000 Subject: [PATCH] Update README for v0.3.2. --- README.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index a1311a8..6b31cb0 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ [![Build Status](https://secure.travis-ci.org/oesmith/morris.js.png?branch=master)](http://travis-ci.org/oesmith/morris.js) Morris.js is the library that powers the graphs on http://howmanyleft.co.uk/. -It's a very simple API for drawing line and donut charts. +It's a very simple API for drawing line, area and donut charts. Cheers! @@ -38,6 +38,13 @@ Once you're all set up, you can compile, minify and run the tests using `grunt`. ## Changelog +### 0.3.2 - 28th October 2012 + +- **Area charts!** [#47](https://github.com/oesmith/morris.js/issues/47). +- Some major refactoring and test suite improvements. +- Set smooth parameter per series [#91](https://github.com/oesmith/morris.js/issues/91). +- Custom dateFormat for string x-values [#90](https://github.com/oesmith/morris.js/issues/90). + ### 0.3.1 - 13th October 2012 - Add `formatter` option for customising value labels in donuts [#75](https://github.com/oesmith/morris.js/issues/75).