Update changelog

And remove unnecessary logging.
This commit is contained in:
Dan Holmsand 2014-10-28 16:32:28 +01:00
parent a1a244e573
commit 6eb501b9cb
2 changed files with 13 additions and 1 deletions

View File

@ -1,6 +1,19 @@
# Changelog
## 0.4.3
- React updated to 0.11.2
- Add reagent.core/cursor
- Add javascript interop macros .' and .!
- Add force-update-all to make LightTable integration easier
- Some performance optimizations
## 0.4.2
- Allow multi-methods as component functions.

View File

@ -73,7 +73,6 @@
console.log('WARNING: React is already defined');
}"
src "; \n"
"console.log('importing');"
"if (typeof module != 'undefined' &&
typeof global != 'undefined' &&
module.exports && module.exports.DOM) {