From 60129a772995e9406420a7216bdc0284610fa337 Mon Sep 17 00:00:00 2001 From: Roman Grinovski Date: Fri, 24 Oct 2025 14:09:14 +0200 Subject: [PATCH 1/2] add account deletion changelog item --- docs/product/changelog.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/product/changelog.md b/docs/product/changelog.md index ff9973ad5..793cef2fb 100644 --- a/docs/product/changelog.md +++ b/docs/product/changelog.md @@ -4,6 +4,12 @@ description: Find out about the latest changes to Spacelift. # Changelog +## 2025-10-24 + +### Features + +- **Account Deletion**: Improved account deletion user experience with a dedicated settings tab, confirmation modals, and a safer two-step deletion process. Account deletion has been moved from the header dropdown to a dedicated tab in organization settings, with a 7-day waiting period after marking for deletion and multiple confirmation steps to prevent accidental deletions. Additionally, we now collect feedback about deletion reasons to help improve the product. + ## 2025-10-17 ### Features From b2f2bbe8fda8e8ad1f6dd1b9cfc5082ad87acb5d Mon Sep 17 00:00:00 2001 From: Roman Grinovski Date: Fri, 24 Oct 2025 14:19:38 +0200 Subject: [PATCH 2/2] Update changelog.md --- docs/product/changelog.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/product/changelog.md b/docs/product/changelog.md index 793cef2fb..ff58318c5 100644 --- a/docs/product/changelog.md +++ b/docs/product/changelog.md @@ -4,7 +4,7 @@ description: Find out about the latest changes to Spacelift. # Changelog -## 2025-10-24 +## 2025-10-27 ### Features