X Tutup
Skip to content

Commit d4565fd

Browse files
sceendyalexeagle
authored andcommitted
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.
1 parent 2a302aa commit d4565fd

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

CHANGELOG.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -124,10 +124,7 @@ setBaseTestProviders(TEST_BROWSER_PLATFORM_PROVIDERS,
124124

125125
### BREAKING CHANGES
126126

127-
* Before
128-
Previously Angular would run in dev prod mode by default, and you could enable the dev mode by calling enableDevMode.
129-
After
130-
Now, Angular runs in the dev mode by default, and you can enable the prod mode by calling enableProdMode.
127+
* 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.
131128

132129

133130

0 commit comments

Comments
 (0)
X Tutup