From 1c7f34b055727c2bd109ee34d125ab8839d23c71 Mon Sep 17 00:00:00 2001 From: Andreas Brandl Date: Tue, 12 Jun 2018 13:27:15 +0200 Subject: Database migrations should have a changelog entry. --- doc/development/changelog.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/doc/development/changelog.md b/doc/development/changelog.md index a9fa5ae834f..ddb5c922d41 100644 --- a/doc/development/changelog.md +++ b/doc/development/changelog.md @@ -45,6 +45,8 @@ the `author` field. GitLab team members **should not**. a changelog entry regardless of these guidelines if the contributor wants one. Example: "Fixed a typo on the search results page. (Jane Smith)" - Performance improvements **should** have a changelog entry. +- Any change that introduces a database migration **should** have a + changelog entry. ## Writing good changelog entries -- cgit v1.2.1