aboutsummaryrefslogtreecommitdiffstats
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorMisko Hevery2011-03-09 21:03:11 -0800
committerMisko Hevery2011-03-11 14:16:52 -0800
commit26bad2bf878e54fa78ff26518d1275a7e0b5b39c (patch)
treedd3d7122697df9c9fc5f8955f7cb2d92e6cc909d /CHANGELOG.md
parentd304b0c3df41b3b1e67c2b9d56c02dc95194512d (diff)
downloadangular.js-26bad2bf878e54fa78ff26518d1275a7e0b5b39c.tar.bz2
Fixed cookies which contained unescaped '=' would not show up in cookie service.
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 3b7c3300..550fcae2 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,7 +1,8 @@
<a name="0.9.13"><a/>
# <angular/> 0.9.13 curdling-stare (in-progress) #
-
+### Bug Fixes
+- Fixed cookies which contained unescaped '=' would not show up in cookie service.