diff options
| author | Misko Hevery | 2011-03-09 21:19:19 -0800 |
|---|---|---|
| committer | Misko Hevery | 2011-03-11 14:16:52 -0800 |
| commit | d19c0ac6d32319200f0d94df9b07f63a39aecf70 (patch) | |
| tree | ed5744dbe753f3d69ef3e935528697b87536932a /CHANGELOG.md | |
| parent | 5343deb3da0e667599fe66d8efa3566b4e337a24 (diff) | |
| download | angular.js-d19c0ac6d32319200f0d94df9b07f63a39aecf70.tar.bz2 | |
Changed the $browser.xhr parameter post from optional to required
Diffstat (limited to 'CHANGELOG.md')
| -rw-r--r-- | CHANGELOG.md | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 176a0d93..ab711085 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,10 @@ - Fixed cookies which contained unescaped '=' would not show up in cookie service. - Consider all 2xx responses as OK, not just 200 - +### Breaking changes +- Changed the $browser.xhr parameter post from optional to required. Since everyone should be + using the $xhr instead of $browser.xhr, this should not break anyone. If you do use $browser.xhr + then just add null for the post value argument. <a name="0.9.12"><a/> |
