Skip to content

Commit ab74e1e

Browse files
PatrickJSpkozlowski-opensource
authored andcommitted
docs(CHANGELOG.md): fix correct links to angular2
Closes angular#1577
1 parent 902984c commit ab74e1e

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

CHANGELOG.md

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -5,34 +5,34 @@
55
## Features
66

77
- **dart/transform:** Dedup getters, setters, & methods
8-
([15376a6d](https://github.com/angular/angular.js/commit/15376a6d243740c73cf90f55525d1710cdd156f5))
8+
([15376a6d](https://github.com/angular/angular/commit/15376a6d243740c73cf90f55525d1710cdd156f5))
99
- **facade:** add isType method
10-
([e617ca63](https://github.com/angular/angular.js/commit/e617ca6323902bd98c0f1eb990b82f6b8d3c98e3))
10+
([e617ca63](https://github.com/angular/angular/commit/e617ca6323902bd98c0f1eb990b82f6b8d3c98e3))
1111
- **parser:** support === and !== operators
12-
([afe0e454](https://github.com/angular/angular.js/commit/afe0e454537f9252f9cf313647e649cfa464f96f),
13-
[#1496](https://github.com/angular/angular.js/issues/1496), [#1500](https://github.com/angular/angular.js/issues/1500))
12+
([afe0e454](https://github.com/angular/angular/commit/afe0e454537f9252f9cf313647e649cfa464f96f),
13+
[#1496](https://github.com/angular/angular/issues/1496), [#1500](https://github.com/angular/angular/issues/1500))
1414
- **router:** add initial implementation
15-
([1b2754da](https://github.com/angular/angular.js/commit/1b2754dacdd15e8fea429d56cdacb28eae76d2b1))
15+
([1b2754da](https://github.com/angular/angular/commit/1b2754dacdd15e8fea429d56cdacb28eae76d2b1))
1616
- **view:** reimplemented property setters using change detection
17-
([8ccafb05](https://github.com/angular/angular.js/commit/8ccafb0524e3ac4c51af34ef88e0fe27482336a6))
17+
([8ccafb05](https://github.com/angular/angular/commit/8ccafb0524e3ac4c51af34ef88e0fe27482336a6))
1818

1919

2020
## Performance Improvements
2121

2222
- **benchmarks:**
2323
- benchmark that measure cost of dynamic components
24-
([427f0d02](https://github.com/angular/angular.js/commit/427f0d021c51ea6923edd07574a4cc74a1ef84e6))
24+
([427f0d02](https://github.com/angular/angular/commit/427f0d021c51ea6923edd07574a4cc74a1ef84e6))
2525
- benchmark measuring cost of decorators (fixes #1479)
26-
([9fc9d535](https://github.com/angular/angular.js/commit/9fc9d535667c620017367877dbc2a3bc56d358b7))
26+
([9fc9d535](https://github.com/angular/angular/commit/9fc9d535667c620017367877dbc2a3bc56d358b7))
2727

2828

2929
## Other (malformed commit messages)
3030

3131
- **other:**
3232
- feat: alllow specifying directives as bindings
33-
([4bab25b3](https://github.com/angular/angular.js/commit/4bab25b3666f4247434ad5cb871906fb063fef51),
34-
[#1498](https://github.com/angular/angular.js/issues/1498))
33+
([4bab25b3](https://github.com/angular/angular/commit/4bab25b3666f4247434ad5cb871906fb063fef51),
34+
[#1498](https://github.com/angular/angular/issues/1498))
3535
- fix: export ShadowDom strategies
36-
([6896305e](https://github.com/angular/angular.js/commit/6896305e34082c246769829e4258631c1d2363d1),
37-
[#1510](https://github.com/angular/angular.js/issues/1510), [#1511](https://github.com/angular/angular.js/issues/1511))
36+
([6896305e](https://github.com/angular/angular/commit/6896305e34082c246769829e4258631c1d2363d1),
37+
[#1510](https://github.com/angular/angular/issues/1510), [#1511](https://github.com/angular/angular/issues/1511))
3838

0 commit comments

Comments
 (0)