From 6d53b8429d9305556cbdb2d9a7d9eb49c29313ca Mon Sep 17 00:00:00 2001 From: Leo Horie Date: Sat, 14 Jun 2014 00:11:18 -0400 Subject: [PATCH] document XDomainRequest breaking change --- docs/change-log.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/change-log.md b/docs/change-log.md index 0b42fcb8..bfe5cbf1 100644 --- a/docs/change-log.md +++ b/docs/change-log.md @@ -11,6 +11,10 @@ - ignore redraw calls when controller is not ready [#127](https://github.com/lhorie/mithril.js/issues/127) - fix null reference exception in nested array edge case [#129](https://github.com/lhorie/mithril.js/issues/129) +### 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. + --- [v0.1.15](/mithril/archive/v0.1.15) - maintenance