Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions website/docs/news.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
9 changes: 9 additions & 0 deletions website/versioned_docs/version-V1/news.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Loading