Note new dependencies in changelog

This commit is contained in:
Dan Holmsand 2015-12-09 10:25:17 +01:00
parent cdff064b85
commit ce10f38af7
1 changed files with 2 additions and 0 deletions

View File

@ -5,6 +5,8 @@
- React updated to 0.14.3
- Reagent now depends on cljsjs/react-dom and cljsjs/react-dom-server instead of cljsjs/react.
- Added `reagent.dom` and `reagent.dom.server` namespaces, corresponding to new React packages.
- `create-class` now returns a normal React class, that can be used directly from javascript.