aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--CHANGELOG.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 5167308c..26c32253 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -13,8 +13,8 @@
- docs app UI polishing with dual scrolling and other improvements
### Bug Fixes
-- `select` widget now behaves correctly when it's `option` items are created via `ng:repeat` (issue
- #170)
+- `select` widget now behaves correctly when it's `option` items are created via `ng:repeat`
+ (issue #170)
- fix for async xhr cache issue #152 by adding `$browser.defer` and `$defer` service
### Breaking Changes