diff --git a/CHANGELOG.md b/CHANGELOG.md
index 1d9d525088..7a4b6908fb 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -20,6 +20,28 @@ Segment Button now requires the text to be wrapped in an `ion-label` element for
Item One
```
+
+#### Simplifying Chip
+
+Because of updates to the Material Design spec, `ion-chip` no longer requires a chip-specific version of `ion-icon` or `ion-button`. Chips themselves should be interactive and don't require a nested button.
+
+*Old usage:*
+
+```html
+
+
+
+```
+
+*New usage:*
+
+```html
+
+
+
+```
+
+
### Bug Fixes
* **alert:** use tint for md button active background ([#16278](https://github.com/ionic-team/ionic/issues/16278)) ([0fec722](https://github.com/ionic-team/ionic/commit/0fec722))