From 3ac2821a1b2ffa6970fdbfd5577357ecd9c70107 Mon Sep 17 00:00:00 2001 From: Sam Lin Date: Thu, 31 Mar 2016 09:38:41 -0500 Subject: [PATCH] Update CHANGELOG.md remove duplicated content Closes #7852 --- CHANGELOG.md | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fe3b7604b9..f1f916a966 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -584,18 +584,6 @@ is: } ``` -* The recently added binding of the current router to the current component -has been renamed from `router` to `$router`. -So now the recommended set up for your bindings in your routed component -is: -```js -{ - ... - bindings: { - $router: '<' - } -} -```