From 0eadc86d2418e425859ff9a3697a765c2abbe0e3 Mon Sep 17 00:00:00 2001 From: Derek Perkins Date: Mon, 11 May 2015 19:00:04 -0600 Subject: [PATCH] Added 2.0 alpha notes --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 7c4fa8bf6..4f6cc5e06 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,8 @@ # Chart.js -[![Build Status](https://travis-ci.org/nnnick/Chart.js.svg?branch=master)](https://travis-ci.org/nnnick/Chart.js) [![Code Climate](https://codeclimate.com/github/nnnick/Chart.js/badges/gpa.svg)](https://codeclimate.com/github/nnnick/Chart.js) +[![Build Status](https://travis-ci.org/nnnick/Chart.js.svg?branch=v2.0-dev)](https://travis-ci.org/nnnick/Chart.js) [![Code Climate](https://codeclimate.com/github/nnnick/Chart.js/badges/gpa.svg)](https://codeclimate.com/github/nnnick/Chart.js) +# Version 2.0 is in early alpha. We are changing the internal data model to reduce copying, increase performance and expose a more flexible API. *Simple HTML5 Charts using the canvas element* [chartjs.org](http://www.chartjs.org)