chore(changelog): fix formatting for alpha.49

Closes #5732
This commit is contained in:
Dmitriy Shekhovtsov 2015-12-09 13:36:46 +02:00
parent 56a254e6a5
commit bf484b19b3

View File

@ -65,11 +65,18 @@ Use `angular-polyfills.js` instead.
- instrumentation is exported as `ng.instrumentation` - instrumentation is exported as `ng.instrumentation`
- upgrade is exported as `ng.upgrade` - upgrade is exported as `ng.upgrade`
* Before: * Form directives are exportedAs 'ngForm' (was 'form')
<form #f="form">
After: Before:
<form #f="ngForm"> ```html
<form #f="form">
```
After:
```html
<form #f="ngForm">
```
<a name="2.0.0-alpha.48"></a> <a name="2.0.0-alpha.48"></a>
# 2.0.0-alpha.48 (2015-12-05) # 2.0.0-alpha.48 (2015-12-05)
@ -129,7 +136,7 @@ import * as core from 'angular2/core';
http.get('foos.json').map(res => res.json()).subscribe(...); http.get('foos.json').map(res => res.json()).subscribe(...);
``` ```
<a name="2.0.0-alpha.47"></a> <a name="2.0.0-alpha.47"></a>
# 2.0.0-alpha.47 (2015-12-01) # 2.0.0-alpha.47 (2015-12-01)