diff --git a/src/content/docs/wix/whatsnew/index.md b/src/content/docs/wix/whatsnew/index.md
index 80a2388..80be0f8 100644
--- a/src/content/docs/wix/whatsnew/index.md
+++ b/src/content/docs/wix/whatsnew/index.md
@@ -85,6 +85,14 @@ WiX v5 addressed one of the custom actions and WiX v6 addresses the other, so no
ExtendedPathValidation="yes" />
```
+:::caution[Breaking change for customized dialog sets]
+As part of the effort to remove custom actions from WixUI, the `BrowseDlg` dialog, which lets the user browse for a directory, has its behavior moved out of the `BrowseDlg` dialog itself and into the dialog set. If you create a customized dialog set, you need to do likewise. For example:
+
+```xml
+
+
+```
+:::
### Burn locks extracted payloads