chore(changelog): fix formatting for alpha.53

Closes #5866
This commit is contained in:
Dmitriy Shekhovtsov 2015-12-13 16:10:13 +02:00
parent 283962f810
commit f83f4ace2d
1 changed files with 10 additions and 2 deletions

View File

@ -33,8 +33,16 @@
### BREAKING CHANGES
* Before import {Observable} from 'angular2/core'
After import {Observable} from 'rxjs/Observable';
* `Observable` are no more re-exported from `angular2/core`
Before
```
import {Observable} from 'angular2/core'
```
After
```
import {Observable} from 'rxjs/Observable';
```
* The setupWebWorker function exported from
angular2/platform/worker_app no longer returns a promise of providers,