From 5597873d7c69f4d0654be21ffe00b53b3c77a30a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Paul=20O=E2=80=99Shannessy?= Date: Wed, 6 Jan 2016 15:09:00 -0800 Subject: [PATCH] Changelog & Readme for v0.14.6 (cherry picked from commit 06cad05d49897ece8ff17dd6f969e9c6dafe66ef) (cherry picked from commit 44e90c040d397189bc3dbd8da6e3ef3fc238e2a6) --- CHANGELOG.md | 6 ++++++ README.md | 6 +++--- 2 files changed, 9 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1f9af68324..625071ffa8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## 0.14.6 (January 6, 2016) + +### React +- Updated `fbjs` dependency to pick up change affecting handling of undefined document. + + ## 0.14.5 (December 29, 2015) ### React diff --git a/README.md b/README.md index ae9f1723cc..19c788686d 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.5.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.6.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: