diff options
author | Sean McGivern <sean@gitlab.com> | 2016-06-10 16:43:25 +0100 |
---|---|---|
committer | Sean McGivern <sean@gitlab.com> | 2016-06-13 11:05:22 +0100 |
commit | b9977525394ac714e31c1751690c7b993eb8d830 (patch) | |
tree | f6530492505b7a2a9c1c8fbd8c35677ab79dbc08 /CHANGELOG | |
parent | 747a167a2dce3175102e4aff78504c72178cc5a5 (diff) | |
download | gitlab-ce-b9977525394ac714e31c1751690c7b993eb8d830.tar.gz |
Only show branches for revert / cherry-pick18377-cherry-pick-crashes-when-choosing-a-tag
Tags are immutable, so we can't add a commit to either revert or
cherry-pick another commit to them.
Diffstat (limited to 'CHANGELOG')
-rw-r--r-- | CHANGELOG | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG b/CHANGELOG index 0c712b445a4..509f3ec6a26 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -8,6 +8,7 @@ v 8.9.0 (unreleased) - Bump rouge to 1.11.0 - Make EmailsOnPushWorker use Sidekiq mailers queue - Fix wiki page events' webhook to point to the wiki repository + - Don't show tags for revert and cherry-pick operations - Fix issue todo not remove when leave project !4150 (Long Nguyen) - Allow customisable text on the 'nearly there' page after a user signs up - Bump recaptcha gem to 3.0.0 to remove deprecated stoken support |