Skip to content
This repository was archived by the owner on Sep 16, 2022. It is now read-only.

Commit 3ca56d2

Browse files
matanlureyalorenzen
authored andcommitted
fix(CHANGELOG): Haven't released 4.x yet.
PiperOrigin-RevId: 167025174
1 parent d081509 commit 3ca56d2

File tree

1 file changed

+3
-7
lines changed

1 file changed

+3
-7
lines changed

angular/CHANGELOG.md

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,3 @@
1-
## 5.0.0-alpha
2-
3-
### Breaking changes
4-
5-
* Removed `outputs` field from `Directive`. Outputs now must be declared using
6-
inline `Output` annotations.
7-
81
## 4.0.0
92

103
**We are now named `package:angular` instead of `package:angular2`**. As such
@@ -108,6 +101,9 @@ then immediately start working on `5.0.0-alpha`, which uses the new Dart SDK.
108101
* Removed the second parameter to `ExceptionHandler`, which was a no-op
109102
anyway.
110103

104+
* Removed `outputs` field from `Directive`. Outputs now must be declared using
105+
inline `Output` annotations.
106+
111107
### New features
112108

113109
* Added support for functional directives: lightweight, stateless directives

0 commit comments

Comments
 (0)