Skip to content

Commit

Permalink
Add Changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
gaearon committed Aug 21, 2014
1 parent 405908c commit 37edb09
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,17 @@ A better approach may be to make monkeypatch `createClass` to return a proxy obj

>The problem is that references to component descriptors could be stored in any number of places. What we could do is wrap all components in "proxy" components which look up the "real" component in some mapping
# License
## Changelog

#### 0.3.1

* Avoid warnings on old browsers with missing `Notification` API
* Errors don't cause page reload anymore

#### 0.3.0

* Use React 0.11

## License

MIT (http://www.opensource.org/licenses/mit-license.php)

0 comments on commit 37edb09

Please sign in to comment.