change xhr.withCredentials to be false by default

This commit is contained in:
Leo Horie 2014-03-20 11:07:10 -04:00
parent ba0d381cc7
commit 4cc123e01d
2 changed files with 6 additions and 1 deletions

View file

@ -1,3 +1,9 @@
## Change Log
[v0.1.1](/archive/v0.1.1) - maintenance
### Breaking changes:
- changed default value for `xhr.withCredentials` from `true` to `false` for `m.request`, since public APIs are more common than auth-walled ones
[v0.1](/archive/v0.1) - Initial release