From d4565fdaf32d9d109b0b58a781c032f50fa202ab Mon Sep 17 00:00:00 2001 From: Cindy Date: Wed, 30 Dec 2015 10:16:28 -0600 Subject: [PATCH] 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. --- CHANGELOG.md | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7522d2b698..bc1b257775 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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.