From 7c83c52d976f1eb54c26132a4ec6b6727516f653 Mon Sep 17 00:00:00 2001 From: Allison Browne <abrowne@gitlab.com> Date: Fri, 2 Jul 2021 14:17:59 +0000 Subject: [PATCH] Update changelog docs to link to the feature flag changelog section --- doc/development/changelog.md | 1 + 1 file changed, 1 insertion(+) diff --git a/doc/development/changelog.md b/doc/development/changelog.md index f0c37af42aba..b62a7bdaf5c1 100644 --- a/doc/development/changelog.md +++ b/doc/development/changelog.md @@ -98,6 +98,7 @@ EE: true database records created during Cycle Analytics model spec." - _Any_ contribution from a community member, no matter how small, **may** have a changelog entry regardless of these guidelines if the contributor wants one. +- [Removing](feature_flags/#changelog) a feature flag, when the new code is retained. ## Writing good changelog entries -- GitLab