diff --git a/website/docs/news.mdx b/website/docs/news.mdx index 6aae8194..190a73d0 100644 --- a/website/docs/news.mdx +++ b/website/docs/news.mdx @@ -11,6 +11,15 @@ Here, you'll find all the latest updates, enhancements, and new features we've a {/* This page must be in sync with the news page on the Dashboard: https://github.com/configcat/app/blob/master/src/app/home-module/news/news.component.html */} +## Add notes when deleting a feature flag + +#### Jun 4, 2026 + +You can now add a note when deleting a feature flag that will be included in the audit log entry. +This gives your team more context about why a feature flag was removed and improves change traceability. + +If the mandatory notes feature is enabled in any of your environments, adding a note during delete is required before you can complete the action. + ## Introducing: Review Changes #### May 06, 2026 diff --git a/website/versioned_docs/version-V1/news.mdx b/website/versioned_docs/version-V1/news.mdx index 8cfde234..55bd4669 100644 --- a/website/versioned_docs/version-V1/news.mdx +++ b/website/versioned_docs/version-V1/news.mdx @@ -10,6 +10,15 @@ Here, you'll find all the latest updates, enhancements, and new features we've a {/* This page must be in sync with the news page on the Dashboard: https://github.com/configcat/app/blob/master/src/app/home-module/news/news.component.html */} +## Add notes when deleting a feature flag + +#### Jun 4, 2026 + +You can now add a note when deleting a feature flag that will be included in the audit log entry. +This gives your team more context about why a feature flag was removed and improves change traceability. + +If the mandatory notes feature is enabled in any of your environments, adding a note during delete is required before you can complete the action. + ## Breaking change: Audit log API endpoints updated to support pagination #### Apr 30, 2026