From 96c0cd061ef86ce847e72798b1909b0b915e5428 Mon Sep 17 00:00:00 2001 From: Dan Abramov Date: Tue, 29 Mar 2016 16:45:33 +0100 Subject: [PATCH] Update README and CHANGELOG for 0.14.8 --- CHANGELOG.md | 5 +++++ README.md | 6 +++--- 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 927ea3ad2d..9b91a675b5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +## 0.14.8 (March 29, 2016) + +### React +- Fixed memory leak when rendering on the server + ## 0.14.7 (January 28, 2016) ### React diff --git a/README.md b/README.md index 99301fc5db..982d5adb07 100644 --- a/README.md +++ b/README.md @@ -37,12 +37,12 @@ The fastest way to get started is to serve JavaScript from the CDN (also availab ```html - + - + ``` -We've also built a [starter kit](https://facebook.github.io/react/downloads/react-0.14.7.zip) which might be useful if this is your first time using React. It includes a webpage with an example of using React with live code. +We've also built a [starter kit](https://facebook.github.io/react/downloads/react-0.14.8.zip) which might be useful if this is your first time using React. It includes a webpage with an example of using React with live code. If you'd like to use [bower](http://bower.io), it's as easy as: