aboutsummaryrefslogtreecommitdiffstats
path: root/CHANGELOG.md
diff options
context:
space:
mode:
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md5
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/>