diff options
| author | Jeff Cross | 2014-03-14 14:02:35 -0700 |
|---|---|---|
| committer | Tobias Bosch | 2014-03-21 11:33:05 -0700 |
| commit | eeb261bcd59d00d6f8b6b2c85abaf4452bd70fc7 (patch) | |
| tree | b5ce5f3221e192daf8d9d76c19db36bbdd7eccd5 | |
| parent | ef88a8a020864c46651add2d945c8480553ecaea (diff) | |
| download | angular.js-eeb261bcd59d00d6f8b6b2c85abaf4452bd70fc7.tar.bz2 | |
chore: update changelog for 1.3.0-beta.2
| -rw-r--r-- | CHANGELOG.md | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 3e71d2a9..6f3150b0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,28 @@ +<a name="1.3.0-beta.2"></a> +# 1.3.0-beta.2 silent-ventriloquism (2014-03-14) + + +## Bug Fixes + +- **$$rAF:** always fallback to a $timeout in case native rAF isn't supported + ([7b5e0199](https://github.com/angular/angular.js/commit/7b5e019981f352add88be2984de68e553d1bfa93), + [#6654](https://github.com/angular/angular.js/issues/6654)) +- **$http:** don't convert 0 status codes to 404 for non-file protocols + ([56e73ea3](https://github.com/angular/angular.js/commit/56e73ea355c851fdfd574d6d2a9e2fcb75677945), + [#6074](https://github.com/angular/angular.js/issues/6074), [#6155](https://github.com/angular/angular.js/issues/6155)) +- **ngAnimate:** setting classNameFilter disables animation inside ng-if + ([129e2e02](https://github.com/angular/angular.js/commit/129e2e021ab1d773874428cd1fb329eae72797c4), + [#6539](https://github.com/angular/angular.js/issues/6539)) + + +## Features + +- whitelist blob urls for sanitization of data-bound image urls + ([47ab8df4](https://github.com/angular/angular.js/commit/47ab8df455df1f1391b760e1fbcc5c21645512b8), + [#4623](https://github.com/angular/angular.js/issues/4623)) + + + <a name="1.3.0-beta.1"></a> # 1.3.0-beta.1 retractable-eyebrow (2014-03-07) |
