doc(changelog): add info about the memory leak in ng:options

This commit is contained in:
Igor Minar 2011-08-21 01:27:00 -07:00
parent 94e3b28d24
commit ee38918059

View file

@ -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