From c0c0b2b67461b2c6521ae290fb1a7ea19ff075e8 Mon Sep 17 00:00:00 2001 From: Tobias Bosch Date: Mon, 3 Feb 2014 09:28:45 -0800 Subject: docs(changelog): release notes for 1.2.11 --- CHANGELOG.md | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index dc038119..3885b445 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,27 @@ + +# 1.2.11 cryptocurrency-hyperdeflation (2014-02-03) + +## Bug Fixes + +- **$compile:** retain CSS classes added in cloneAttachFn on asynchronous directives + ([5ed721b9](https://github.com/angular/angular.js/commit/5ed721b9b5e95ae08450e1ae9d5202e7f3f79295), + [#5439](https://github.com/angular/angular.js/issues/5439), [#5617](https://github.com/angular/angular.js/issues/5617)) +- **$http:** update httpBackend to use ActiveXObject on IE8 if necessary + ([ef210e5e](https://github.com/angular/angular.js/commit/ef210e5e119db4f5bfc9d2428b19f9b335c4f976), + [#5677](https://github.com/angular/angular.js/issues/5677), [#5679](https://github.com/angular/angular.js/issues/5679)) +- **$q:** make $q.reject support `finally` and `catch` + ([074b0675](https://github.com/angular/angular.js/commit/074b0675a1f97dce07f520f1ae6198ed3c604000), + [#6048](https://github.com/angular/angular.js/issues/6048), [#6076](https://github.com/angular/angular.js/issues/6076)) +- **filterFilter:** don't interpret dots in predicate object fields as paths + ([339a1658](https://github.com/angular/angular.js/commit/339a1658cd9bfa5e322a01c45aa0a1df67e3a842), + [#6005](https://github.com/angular/angular.js/issues/6005), [#6009](https://github.com/angular/angular.js/issues/6009)) +- **mocks:** refactor currentSpec to work w/ Jasmine 2 + ([95f0bf9b](https://github.com/angular/angular.js/commit/95f0bf9b526fda8964527c6d4aef1ad50a47f1f3), + [#5662](https://github.com/angular/angular.js/issues/5662)) +- **ngResource:** don't append number to '$' in url param value when encoding URI + ([ce1f1f97](https://github.com/angular/angular.js/commit/ce1f1f97f0ebf77941b2bdaf5e8352d33786524d), + [#6003](https://github.com/angular/angular.js/issues/6003), [#6004](https://github.com/angular/angular.js/issues/6004)) + # 1.2.10 augmented-serendipity (2014-01-24) -- cgit v1.2.3