update change log

This commit is contained in:
Leo Horie 2014-04-01 22:05:45 -04:00
parent 9059101ddc
commit 24b4b1a10a
3 changed files with 28 additions and 0 deletions

View file

@ -1,5 +1,20 @@
## Change Log
[v0.1.2](/mithril/archive/v0.1.2) - maintenance
### News:
- There's now a [community mailing list](mailto:mithriljs@googlegroups.com). There's also [web interface](https://groups.google.com/forum/#!forum/mithriljs)
- Mithril is now on Travis CI. The build status can be found in the [project homepage](https://github.com/lhorie/mithril.js)
- Mithril is now available via the CommonJS and AMD API
### Bug Fixes:
- `m.render` now correctly reattaches reused DOM elements to replaced parent nodes [#31](https://github.com/lhorie/mithril.js/issues/31)
- UI actions that can potentially de-synchronize the DOM from cache now force synchronization [#29](https://github.com/lhorie/mithril.js/issues/29)
---
[v0.1.1](/mithril/archive/v0.1.1) - maintenance
### News: