update change log

This commit is contained in:
Leo Horie 2014-06-18 07:58:11 -04:00
parent b486e53b4b
commit 75b251adbf
2 changed files with 7 additions and 3 deletions

View file

@ -20,7 +20,7 @@
### Breaking changes:
- Due to the poor level of compatibility between XDomainRequest and XHR2, XDomainRequest is no longer called internally by Mithril. If you need to use CORS in IE9 or lower, you will need to return an XDomainRequest instance from `m.request`'s `config` method.
- Due to the poor level of compatibility between XDomainRequest and XHR2, XDomainRequest is no longer called internally by Mithril. If you need to use CORS in IE9 or lower, you will need to return an XDomainRequest instance from `m.request`'s `config` method [#121](https://github.com/lhorie/mithril.js/issues/121)
---