summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorZeger-Jan van de Weg <git@zjvandeweg.nl>2017-10-13 11:36:00 +0200
committerZeger-Jan van de Weg <git@zjvandeweg.nl>2017-10-13 12:45:56 +0200
commit2622a6de59bc87a7eb82ec42ffafec8c361815f3 (patch)
tree8fad7e290ff12390dd1d8503ea16e994cd6fd006 /bin
parent2fd814a3285697f1803dd18dc7d9b29578757273 (diff)
downloadgitlab-ce-2622a6de59bc87a7eb82ec42ffafec8c361815f3.tar.gz
Add Performance category to the changelog
Resolves gitlab-org/gitlab-ce#36417
Diffstat (limited to 'bin')
-rwxr-xr-xbin/changelog1
1 files changed, 1 insertions, 0 deletions
diff --git a/bin/changelog b/bin/changelog
index 61d4de06e90..efe25032ba1 100755
--- a/bin/changelog
+++ b/bin/changelog
@@ -28,6 +28,7 @@ class ChangelogOptionParser
Type.new('deprecated', 'New deprecation'),
Type.new('removed', 'Feature removal'),
Type.new('security', 'Security fix'),
+ Type.new('performance', 'Performance improvement'),
Type.new('other', 'Other')
].freeze
TYPES_OFFSET = 1