summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlfredo Sumaran <alfredo@gitlab.com>2016-05-03 18:57:29 -0500
committerAlfredo Sumaran <alfredo@gitlab.com>2016-05-03 19:16:55 -0500
commit5c7b53bbac6a4c637d4e68bf70a03c6931953a47 (patch)
tree6387461fb0db994894f542ac277f12d1686fcc12
parent6996e4507818aa2c79ff4597ae6c9f9afc01b8a4 (diff)
downloadgitlab-ce-issue_13987.tar.gz
Update CHANGELOGissue_13987
-rw-r--r--CHANGELOG4
1 files changed, 1 insertions, 3 deletions
diff --git a/CHANGELOG b/CHANGELOG
index 59c8ad4bbaa..9f128046ba0 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -18,6 +18,7 @@ v 8.8.0 (unreleased)
- Add support for supressing text diffs using .gitattributes on the default branch (Matt Oakes)
- Added multiple colors for labels in dropdowns when dups happen.
- Improve description for the Two-factor Authentication sign-in screen. (Connor Shea)
+ - Bump Ace Editor from 2.0.1 to 4.0.2
v 8.7.2
- The "New Branch" button is now loaded asynchronously
@@ -26,9 +27,6 @@ v 8.7.2
v 8.7.1
- Throttle the update of `project.last_activity_at` to 1 minute. !3848
- - Bump Ace Editor from 2.0.1 to 4.0.2
-
-v 8.7.1 (unreleased)
- Fix .gitlab-ci.yml parsing issue when hidde job is a template without script definition. !3849
- Fix license detection to detect all license files, not only known licenses. !3878
- Use the `can?` helper instead of `current_user.can?`. !3882