summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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