From af3ea16acb9e95611c044c9028d15dfeb61f2151 Mon Sep 17 00:00:00 2001 From: Igor Minar Date: Tue, 15 Dec 2015 09:56:52 -0800 Subject: [PATCH] docs(changelog): add release notes for alpha.55 --- CHANGELOG.md | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7d85e5af1b..11bf3e7cd1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,25 @@ + +# 2.0.0-alpha.55 (2015-12-15) + + +### Bug Fixes + +* **router:** export ROUTER_LINK_DSL_PROVIDER and hide MockPopStateEvent ([fc75220](https://github.com/angular/angular/commit/fc75220)) + +### Features + +* **core:** enable dev mode by default ([3dca9d5](https://github.com/angular/angular/commit/3dca9d5)) + + +### 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. + + + # 2.0.0-alpha.54 (2015-12-15)