diff --git a/CHANGELOG.md b/CHANGELOG.md
index 5acb5832..83aaa8c7 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -3,15 +3,19 @@
### New Features
- Added prepend() to jqLite
+- Added ng:options directive (http://docs.angularjs.org/#!angular.directive.ng:options)
### Bug Fixes
- Number filter would return incorrect value when fractional part had leading zeros.
+
### Breaking changes
- $service now has $service.invoke for method injection ($service(self, fn) no longer works)
- injection name inference no longer supports method curry and linking functions. Both must be
explicitly specified using $inject property.
+- Dynamic Iteration (ng:repeater) on