diff options
author | Yorick Peterse <yorickpeterse@gmail.com> | 2016-05-05 19:44:48 +0200 |
---|---|---|
committer | Yorick Peterse <yorickpeterse@gmail.com> | 2016-05-05 19:44:48 +0200 |
commit | 05be99bf3d059b19e1a6c1e91c3f76785a44d21e (patch) | |
tree | bfc4fffa4eaf1b8dc7a01691880a2f240a9ba85b /CHANGELOG | |
parent | 4de1d784ba4b479d14c81f8d35b8e17875a091f6 (diff) | |
download | gitlab-ce-05be99bf3d059b19e1a6c1e91c3f76785a44d21e.tar.gz |
Removed 8.8.0 changelog entries
Diffstat (limited to 'CHANGELOG')
-rw-r--r-- | CHANGELOG | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/CHANGELOG b/CHANGELOG index c3952402d11..6ba120732a6 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,28 +1,5 @@ Please view this file on the master branch, on stable branches it's out of date. -v 8.8.0 (unreleased) - - Project#open_branches has been cleaned up and no longer loads entire records into memory. - - Make build status canceled if any of the jobs was canceled and none failed - - Sanitize repo paths in new project error message - - Remove future dates from contribution calendar graph. - - Support e-mail notifications for comments on project snippets - - Use ActionDispatch Remote IP for Akismet checking - - Fix error when visiting commit builds page before build was updated - - Add 'l' shortcut to open Label dropdown on issuables and 'i' to create new issue on a project - - Updated search UI - - Display informative message when new milestone is created - - Allow "NEWS" and "CHANGES" as alternative names for CHANGELOG. !3768 (Connor Shea) - - Added button to toggle whitespaces changes on diff view - - Backport GitLab Enterprise support from EE - - Create tags using Rugged for performance reasons. !3745 - - Files over 5MB can only be viewed in their raw form, files over 1MB without highlighting !3718 - - 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) - - API support for the 'since' and 'until' operators on commit requests (Paco Guzman) - - Fix Gravatar hint in user profile when Gravatar is disabled. !3988 (Artem Sidorenko) - - Expire repository exists? and has_visible_content? caches after a push if necessary - v 8.7.3 - Emails, Gitlab::Email::Message, Gitlab::Diff, and Premailer::Adapter::Nokogiri are now instrumented - Merge request widget displays TeamCity build state and code coverage correctly again. |