From 66cb161221d4cd47eeccc30630fe53e1914d9d51 Mon Sep 17 00:00:00 2001 From: Caitlin Potter Date: Sun, 8 Jun 2014 02:05:35 -0400 Subject: [PATCH] docs(CHANGELOG.md): remove mention of strict-DI Strict-DI feature was originally merged into v1.2.x, but was reverted by https://github.com/angular/angular.js/commit/373078a94cf3d525b9ae11a2f2876acb6e26f6a3 --- CHANGELOG.md | 3 --- 1 file changed, 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d865d0d1..4ab92563 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -80,9 +80,6 @@ ## Features -- **injector:** "strict-DI" mode which disables "automatic" function annotation - ([f5a04f59](https://github.com/angular/angular.js/commit/f5a04f59cf8e8dd6d1806059e3d7fe440aa1613e), - [#6719](https://github.com/angular/angular.js/issues/6719), [#6717](https://github.com/angular/angular.js/issues/6717), [#4504](https://github.com/angular/angular.js/issues/4504), [#6069](https://github.com/angular/angular.js/issues/6069), [#3611](https://github.com/angular/angular.js/issues/3611)) - **ngMock:** add support of mocha tdd interface ([6d1c6772](https://github.com/angular/angular.js/commit/6d1c67727ab872c44addc783ef1406952142d89e), [#7489](https://github.com/angular/angular.js/issues/7489))