From 6c7127e8ba45dbac1c49b26cea7c1fb1f72be01c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Paul=20O=E2=80=99Shannessy?= Date: Wed, 17 Jul 2013 10:01:16 -0700 Subject: [PATCH] Add CHANGELOG at the root, remove from downloads page --- downloads.md | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/downloads.md b/downloads.md index 2b2a9ad5..36430c39 100644 --- a/downloads.md +++ b/downloads.md @@ -47,16 +47,3 @@ $ bower install --save react $ npm install -g react-tools ``` -## Release Notes - -**0.3.3** Upgrade `react-tools` dependencies, improve in-browser JSX transformer, make `React.renderComponent` more versatile. [Details...](blog/2013/06/20/react-v0-3-3.html) - -**0.3.2** Improve compatibility of JSX Transformer; make `react-tools` compatible with [browserify](https://github.com/substack/node-browserify) - -**0.3.1** Fix `react-tools` module - -**0.3** Initial public release. - -**0.2** Standardize API & refactor component lifecycle. Normalize DOM interactions. - -**0.1** Initial release.