diff --git a/docs/overview/changelog.mdx b/docs/overview/changelog.mdx
index 2e08f4f7..847afb21 100644
--- a/docs/overview/changelog.mdx
+++ b/docs/overview/changelog.mdx
@@ -5,6 +5,13 @@ sidebar_custom_props:
icon: "pen"
---
+
+
+**Features**
+- Dynamic Client Registration sub-clients (e.g., development tools) can now use localhost redirect URIs without requiring them in the parent application's domain list. This is controlled by a new `subClientsIgnoreDomainChecks` configuration option, which defaults to disabled for backward compatibility.
+
+
+
Internal improvements and maintenance updates.