diff options
Diffstat (limited to 'CHANGELOG.md')
| -rw-r--r-- | CHANGELOG.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index e091ec1d..9f04983b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,8 @@ ### Performance - $location and $cookies services are now lazily initialized to avoid the polling overhead when not needed. +- $location service now listens for `onhashchange` events (if supported by browser) instead of + constant polling. ### Breaking changes - API for accessing registered services — `scope.$inject` — was renamed to |
