From b008f542fab711d9afaebf4358421e22bd92e560 Mon Sep 17 00:00:00 2001 From: Alex Eagle Date: Thu, 28 Jan 2016 16:35:38 -0800 Subject: [PATCH] chore(changelog): improve breaking change description for beta.2 --- CHANGELOG.md | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fa6ce8213f..dd3a13acde 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -30,13 +30,10 @@ ### BREAKING CHANGES -* there's a chance of breakage as router's Instruction constructor - signature changed. - * `Renderer.listen` now has to return a function that removes the event listener. -* remove TemplateRef.elementRef setter +* TemplateRef.elementRef is now read-only. * Tests are now required to use `setBaseTestProviders` to set up. Assuming your tests are run on a browser, setup would change @@ -59,7 +56,6 @@ setBaseTestProviders(TEST_BROWSER_PLATFORM_PROVIDERS, TEST_BROWSER_APPLICATION_PROVIDERS); ``` -* This is very unlikely to be breaking, but I'm still marking just in case. The only change to the user should be that dev mode is driven by Dart's checked mode, like it was in the past. # 2.0.0-beta.1 catamorphic-involution (2016-01-08)