From 4964944056023a7e84c7cafa1c6abcea1548cf5c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gr=C3=ADmur=20Kristinsson?= Date: Wed, 12 Oct 2016 13:09:57 -0400 Subject: [PATCH] docs(changelog): update upgrade steps --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4dca6e0ca1..1ffd80d6d9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -489,6 +489,8 @@ Note: For details on NgModules you can read the Angular docs on them [here](http }) ``` +37. Remove any use of the `providers`, `pipes` and `directives` arrays in `@Component`. + ### Bug Fixes * **action-sheet:** add icon-left to the button if an icon exists ([a731528](https://github.com/driftyco/ionic/commit/a731528))