aboutsummaryrefslogtreecommitdiffstats
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorIgor Minar2011-08-21 01:27:00 -0700
committerIgor Minar2011-08-21 01:31:54 -0700
commitee389180593ab21167a3d36b73c8e31315eac6bd (patch)
tree9317f34839ed9070146a21d2913a06da4a433a30 /CHANGELOG.md
parent94e3b28d2497a680ecce81bef5fa84ef0ad39fc0 (diff)
downloadangular.js-ee389180593ab21167a3d36b73c8e31315eac6bd.tar.bz2
doc(changelog): add info about the memory leak in ng:options
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 90217cff..995ca9b3 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -18,6 +18,8 @@
## Fixes
+- fixed memory leak found in [ng:options] directive
+ ([commit](https://github.com/angular/angular.js/commit/6aa04b1db48853340d720e0a1a3e325ac523a06f))
- make ng:class-even/odd compatible with ng:class
(Issue [#508](https://github.com/angular/angular.js/issues/508))
- fixed error handling for resources that didn't work in certain situations