Skip to content
Browse files

Update CHANGELOG.md and README.md

(cherry picked from commit 7411245)
  • Loading branch information...
1 parent e9636b1 commit 6ecf06ce60a555225b39d04b3f58baa7d5075d01 @graue graue committed with zpao
Showing with 13 additions and 3 deletions.
  1. +10 −0 CHANGELOG.md
  2. +3 −3 README.md
View
10 CHANGELOG.md
@@ -1,3 +1,13 @@
+## 0.14.7 (January 28, 2016)
+
+### React
+- Fixed bug with `<option>` tags when using `dangerouslySetInnerHTML`
+- Fixed memory leak in synthetic event system
+
+### React TestUtils Add-on
+- Fixed bug with calling `setState` in `componentWillMount` when using shallow rendering
+
+
## 0.14.6 (January 6, 2016)
### React
View
6 README.md
@@ -37,12 +37,12 @@ The fastest way to get started is to serve JavaScript from the CDN (also availab
```html
<!-- The core React library -->
-<script src="https://fb.me/react-0.14.6.js"></script>
+<script src="https://fb.me/react-0.14.7.js"></script>
<!-- The ReactDOM Library -->
-<script src="https://fb.me/react-dom-0.14.6.js"></script>
+<script src="https://fb.me/react-dom-0.14.7.js"></script>
```
-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.
+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.
If you'd like to use [bower](http://bower.io), it's as easy as:

0 comments on commit 6ecf06c

Please sign in to comment.
Something went wrong with that request. Please try again.