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: