Update CHANGELOG.md

Fixed phrasing on breaking changes. It's just one breaking change so just requires one bullet point to explain the before/after.
This commit is contained in:
Cindy 2015-12-30 10:16:28 -06:00 committed by Alex Eagle
parent 2a302aa73a
commit d4565fdaf3
1 changed files with 1 additions and 4 deletions

View File

@ -124,10 +124,7 @@ setBaseTestProviders(TEST_BROWSER_PLATFORM_PROVIDERS,
### BREAKING CHANGES
* Before
Previously Angular would run in dev prod mode by default, and you could enable the dev mode by calling enableDevMode.
After
Now, Angular runs in the dev mode by default, and you can enable the prod mode by calling enableProdMode.
* Previously, Angular would run in dev prod mode by default, and you could enable the dev mode by calling enableDevMode. Now, Angular runs in the dev mode by default, and you can enable the prod mode by calling enableProdMode.