aboutsummaryrefslogtreecommitdiffstats
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorMisko Hevery2011-07-14 13:54:34 -0700
committerMisko Hevery2011-07-26 09:41:44 -0700
commit3237f8b9950ab0dbf3c80f6bef40217ea7cf96ae (patch)
treec04e4c6ae97a2e6fbfd4b9e47c7ba993c3561afc /CHANGELOG.md
parent7802c90e139a36d37b9d3c8cd6b6fcfee042dd71 (diff)
downloadangular.js-3237f8b9950ab0dbf3c80f6bef40217ea7cf96ae.tar.bz2
fix(directive): ng:options to support ng:change
Closes #463
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index c3b9251b..2ef1b35d 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -5,6 +5,7 @@
- Issue #449: [ng:options] should support binding to a property of an item.
- Issue #464: [ng:options] incorrectly re-grew options on datasource change
- Issue #448: [ng:options] should support iterating over objects
+- Issue #463: [ng:options] should support firing ng:change event
### Breaking changes
- no longer support MMMMM in filter.date as we need to follow UNICODE LOCALE DATA formats.