docs(changelog): fix header for 2.0.0-beta.0

This commit is contained in:
Josh Brown 2016-01-12 13:08:54 +00:00 committed by Alex Eagle
parent 2f4e176054
commit 7918f3c1fc
1 changed files with 2 additions and 2 deletions

View File

@ -201,11 +201,11 @@ bundle. `ngUpgrade` has a dedicated `upgrade.js` bundle now.
* `Observable` are no more re-exported from `angular2/core`
Before
Before
```
import {Observable} from 'angular2/core'
```
After
After
```
import {Observable} from 'rxjs/Observable';
```