aboutsummaryrefslogtreecommitdiffstats
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorMisko Hevery2011-04-19 13:50:15 -0700
committerMisko Hevery2011-06-08 15:21:33 -0700
commit91a34a7027caf0a3f0f4bdaf6649fb6cf479bba8 (patch)
tree45cdf78438e1ec63cdaeaa927ec89d6a621cc9da /CHANGELOG.md
parentaf285dd370aa1b6779bf67ac3bdc19da512aaac5 (diff)
downloadangular.js-91a34a7027caf0a3f0f4bdaf6649fb6cf479bba8.tar.bz2
remove ng:format=index
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 83aaa8c7..6c8672ff 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -15,6 +15,7 @@
- injection name inference no longer supports method curry and linking functions. Both must be
explicitly specified using $inject property.
- Dynamic Iteration (ng:repeater) on <option> elements is no longer supported. Use ng:options
+- Removal of index formatter since its only use was with repeated options (see above)