Skip to content

Commit 25edfd1

Browse files
jelbournkara
authored andcommitted
chore(changelog): add missing note about TS 2.2 (#4518)
1 parent bc1c2ce commit 25edfd1

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/ISSUE_TEMPLATE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Plunker template: https://goo.gl/DlHd6U
1616
#### What is the use-case or motivation for changing an existing behavior?
1717

1818

19-
#### Which versions of Angular, Material, OS, browsers are affected?
19+
#### Which versions of Angular, Material, OS, TypeScript, browsers are affected?
2020

2121

2222
#### Is there anything else we should know?

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@
44
### Breaking Changes
55

66
* `MdIconModule` no longer imports `HttpModule`. If your application depended on `Http` being provided through `MdIconModule`, you should now directly import `HttpModule` into your application.
7-
* The `forRoot` method on all Angular Material modules has been removed. It was previously deprecated and a no-op. Importing the modules directly will have the same effect.
7+
* The `forRoot` method on all Angular Material modules has been removed. It was previously deprecated and a no-op. Importing the modules directly will have the same effect.
8+
* Angular Material now requires TypeScript 2.2, which adds support for mixins.
89

910
### Highlights
1011

0 commit comments

Comments
 (0)