Update CHANGELOG.md

remove duplicated content
Closes #7852
This commit is contained in:
Sam Lin 2016-03-31 09:38:41 -05:00 committed by Misko Hevery
parent 666dc75c15
commit 3ac2821a1b
1 changed files with 0 additions and 12 deletions

View File

@ -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: '<'
}
}
```