diff options
| author | Igor Minar | 2012-01-19 15:47:36 -0800 | 
|---|---|---|
| committer | Igor Minar | 2012-01-19 15:47:55 -0800 | 
| commit | 0470ff04b4e04d2ed26c8f1a6984bbb98cc50739 (patch) | |
| tree | afbf029abd5a660d06e420c46a98bf1e0fc004f0 | |
| parent | efe33a5e2196efb45596fb64daaec16dfe1da613 (diff) | |
| download | angular.js-0470ff04b4e04d2ed26c8f1a6984bbb98cc50739.tar.bz2 | |
docs(changelog): clarified breaking changes for 0.10.6
| -rw-r--r-- | CHANGELOG.md | 3 | 
1 files changed, 2 insertions, 1 deletions
| diff --git a/CHANGELOG.md b/CHANGELOG.md index 6c5cfa6e..3b964e57 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -73,7 +73,8 @@    - currency filter doesn't make negative values red    - json filter doesn't print out stuff in monospace  - type augmentation via angular.Array, and angular.Object is gone. As a replacement use filters -  ([filter], [limitTo], [orderBy]) or ES5 apis (e.g. Array#indexOf) +  ([filter], [limitTo], [orderBy]), ES5 apis (e.g. Array#indexOf), or create custom filters (e.g. +  as a replacement for $count and $sum).  - [$browser.defer.flush] now throws an exception when queue is empty    ([commit](https://github.com/angular/angular.js/commit/63cca9afbcf7a772086eb4582d2f409c39e0ed12))  - scope.$apply and scope.$digest throws an exception if called while $apply or $digest is already | 
