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:
authorGitLab Bot <gitlab-bot@gitlab.com>2020-10-28 00:08:45 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2020-10-28 00:08:45 +0300
commitd440531cf8d33834541da20aa2427c726d39e5ef (patch)
treefbb1f5a8f61d6afdb9b102fb241110d42f4feeb2 /doc/development/api_styleguide.md
parentf3b9e205bb8dc4f0e8ebff79cf364fede886014b (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'doc/development/api_styleguide.md')
-rw-r--r--doc/development/api_styleguide.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/development/api_styleguide.md b/doc/development/api_styleguide.md
index 47c06377d88..cdd1cb2838f 100644
--- a/doc/development/api_styleguide.md
+++ b/doc/development/api_styleguide.md
@@ -292,3 +292,8 @@ expect(response).to match_response_schema('merge_requests')
```
Also see [verifying N+1 performance](#verifying-with-tests) in tests.
+
+## Include a changelog entry
+
+All client-facing changes **must** include a [changelog entry](changelog.md).
+This does not include internal APIs.