aboutsummaryrefslogtreecommitdiffstats
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorMisko Hevery2011-03-09 21:12:40 -0800
committerMisko Hevery2011-03-11 14:16:52 -0800
commit5343deb3da0e667599fe66d8efa3566b4e337a24 (patch)
treea375202db226a47beda6bfad4b6ee5096a1171e1 /CHANGELOG.md
parent26bad2bf878e54fa78ff26518d1275a7e0b5b39c (diff)
downloadangular.js-5343deb3da0e667599fe66d8efa3566b4e337a24.tar.bz2
Consider all 2xx responses as OK, not just 200
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 550fcae2..176a0d93 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -3,6 +3,7 @@
### Bug Fixes
- Fixed cookies which contained unescaped '=' would not show up in cookie service.
+- Consider all 2xx responses as OK, not just 200