diff --git a/dev_ref/migrating-to-2.2.dita b/dev_ref/migrating-to-2.2.dita
index f6134ce48..3c3275249 100644
--- a/dev_ref/migrating-to-2.2.dita
+++ b/dev_ref/migrating-to-2.2.dita
@@ -19,6 +19,13 @@
plugin has been moved to a separate plugin.
Customizations that extended the previous HTML5 output under the
plugin will probably need to be refactored on the new HTML5 plugin.
+
Note title processing has been revised to use a common note__title class for note elements of
+ all types. The legacy {$type}title classes (such as
+ .notetitle, .cautiontitle, .tiptitle, etc.) are included
+ for backwards compatibility, but are deprecated and will be removed in an upcoming release. Stylesheets that
+ apply formatting overrides to note titles should be revised to replace the deprecated class selectors with the
+ equivalent descendant selectors, for example .note_note .note__title, .note_caution
+ .note__title, .note_tip .note__title, etc.