diff options
author | Sarah Groff Hennigh-Palermo <sarah.groff.palermo@gmail.com> | 2019-05-17 19:43:31 +0000 |
---|---|---|
committer | Sarah Groff Hennigh-Palermo <sarah.groff.palermo@gmail.com> | 2019-05-17 19:43:31 +0000 |
commit | 4948ce1159cb31e490414e36597119d9c4749e73 (patch) | |
tree | 949a472a5a229e9c41440d76d78a30bcf98a16c8 | |
parent | 735b6fb1e170d2bc1679d99a1c148ce120a6e0c2 (diff) | |
download | gitlab-ce-4948ce1159cb31e490414e36597119d9c4749e73.tar.gz |
Clarify case for feature flags
-rw-r--r-- | doc/development/changelog.md | 1 |
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 |