Skip to content

Commit b008f54

Browse files
committed
chore(changelog): improve breaking change description for beta.2
1 parent a78dcfa commit b008f54

1 file changed

Lines changed: 1 addition & 5 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -30,13 +30,10 @@
3030

3131
### BREAKING CHANGES
3232

33-
* there's a chance of breakage as router's Instruction constructor
34-
signature changed.
35-
3633
* `Renderer.listen` now has to return a function that
3734
removes the event listener.
3835

39-
* remove TemplateRef.elementRef setter
36+
* TemplateRef.elementRef is now read-only.
4037

4138
* Tests are now required to use `setBaseTestProviders`
4239
to set up. Assuming your tests are run on a browser, setup would change
@@ -59,7 +56,6 @@ setBaseTestProviders(TEST_BROWSER_PLATFORM_PROVIDERS,
5956
TEST_BROWSER_APPLICATION_PROVIDERS);
6057
```
6158

62-
* 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.
6359

6460
<a name="2.0.0-beta.1"></a>
6561
# 2.0.0-beta.1 catamorphic-involution (2016-01-08)

0 commit comments

Comments
 (0)