diff --git a/apps/showcase/doc/guides/migration/v4/changes/BreakingDoc.vue b/apps/showcase/doc/guides/migration/v4/changes/BreakingDoc.vue
index da19abf19..72f97a869 100644
--- a/apps/showcase/doc/guides/migration/v4/changes/BreakingDoc.vue
+++ b/apps/showcase/doc/guides/migration/v4/changes/BreakingDoc.vue
@@ -42,5 +42,12 @@
Rating cancel prop is removed as toggling the selected star value clears it.
Inplace closable is removed in favor of templating and closeCallback prop.
+
+ Removed Style Classes
+
+ - .p-link, use a button in link mode.
+ - .p-highlight, each component have its own class such as .p-select-option-selected.
+ - .p-fluid, use the new built-in fluid properties of components.
+