diff options
author | George Tsiolis <tsiolis.g@gmail.com> | 2018-10-01 23:31:46 +0300 |
---|---|---|
committer | George Tsiolis <tsiolis.g@gmail.com> | 2018-10-01 23:31:46 +0300 |
commit | 2ca4cb756c487cb6c3bd75b18c6e794d28663293 (patch) | |
tree | 4c874ac6a301502c86d536cc34e8efd6f5a48a03 | |
parent | c9375e63d8032ea0dee0fc8699e7c08b6722c5e1 (diff) | |
download | gitlab-ce-2ca4cb756c487cb6c3bd75b18c6e794d28663293.tar.gz |
Add missing changelog type [ci skip]
-rw-r--r-- | doc/development/changelog.md | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/development/changelog.md b/doc/development/changelog.md index 9e0c81b3d60..f06d40d1dbb 100644 --- a/doc/development/changelog.md +++ b/doc/development/changelog.md @@ -110,7 +110,8 @@ At this point the script would ask you to select the category of the change (map 4. New deprecation 5. Feature removal 6. Security fix -7. Other +7. Performance improvement +8. Other ``` The entry filename is based on the name of the current Git branch. If you run |