From c827562839a34c741b99f433e131a8f8efe85116 Mon Sep 17 00:00:00 2001 From: Jakub Juszczak Date: Mon, 24 Oct 2016 11:34:15 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9D=20Update=20CHANGELOG?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 06fa03d..9f69ab5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,19 @@ # Change Log +## [Unreleased](https://github.com/apertureless/vue-chartjs/tree/HEAD) + +[Full Changelog](https://github.com/apertureless/vue-chartjs/compare/v2.1.1...HEAD) + +**Closed issues:** + +- question:syntax with vue-loader [\#12](https://github.com/apertureless/vue-chartjs/issues/12) +- Rerender when data has changed [\#10](https://github.com/apertureless/vue-chartjs/issues/10) + +**Merged pull requests:** + +- add horizontal bar parameter [\#14](https://github.com/apertureless/vue-chartjs/pull/14) ([wahaha2012](https://github.com/wahaha2012)) +- WIP Feature/reactive chart data \#11 [\#11](https://github.com/apertureless/vue-chartjs/pull/11) ([apertureless](https://github.com/apertureless)) + ## [v2.1.1](https://github.com/apertureless/vue-chartjs/tree/v2.1.1) (2016-10-02) [Full Changelog](https://github.com/apertureless/vue-chartjs/compare/v.2.1.0...v2.1.1)