Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSarah Groff Hennigh-Palermo <sarah.groff.palermo@gmail.com>2019-05-17 22:43:31 +0300
committerSarah Groff Hennigh-Palermo <sarah.groff.palermo@gmail.com>2019-05-17 22:43:31 +0300
commit4948ce1159cb31e490414e36597119d9c4749e73 (patch)
tree949a472a5a229e9c41440d76d78a30bcf98a16c8 /doc/development/changelog.md
parent735b6fb1e170d2bc1679d99a1c148ce120a6e0c2 (diff)
Clarify case for feature flags
Diffstat (limited to 'doc/development/changelog.md')
-rw-r--r--doc/development/changelog.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/development/changelog.md b/doc/development/changelog.md
index 273a7fceaf5..97f86171b61 100644
--- a/doc/development/changelog.md
+++ b/doc/development/changelog.md
@@ -47,6 +47,7 @@ the `author` field. GitLab team members **should not**.
- Performance improvements **should** have a changelog entry.
- Any change that introduces a database migration **must** have a
changelog entry.
+- Any change behind a feature flag **should not** have a changelog entry. The entry should be added in the merge request removing the feature flags.
## Writing good changelog entries