diff options
author | Fatih Acet <acetfatih@gmail.com> | 2016-06-09 23:08:30 +0300 |
---|---|---|
committer | Fatih Acet <acetfatih@gmail.com> | 2016-06-09 23:08:30 +0300 |
commit | 24b64edf09f62645ddfaf96e825cc3ed3a76cf1c (patch) | |
tree | db8ef3d146854bd42f2bd4d97d28387b95776bc7 /CHANGELOG | |
parent | f6e9078fb608144f8686dcd8a36876416815757c (diff) | |
parent | a458211b6569b510593393220a6c1f5b4e25cfb8 (diff) | |
download | gitlab-ce-24b64edf09f62645ddfaf96e825cc3ed3a76cf1c.tar.gz |
Merge branch 'master' of gitlab.com:gitlab-org/gitlab-ce into milestone-tooltipmilestone-tooltip
Diffstat (limited to 'CHANGELOG')
-rw-r--r-- | CHANGELOG | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/CHANGELOG b/CHANGELOG index ca7e3d5074a..cefb6a6adf1 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -56,6 +56,8 @@ v 8.9.0 (unreleased) - RepositoryCheck::SingleRepositoryWorker public and private methods are now instrumented - Improve issuables APIs performance when accessing notes !4471 - External links now open in a new tab + - Markdown editor now correctly resets the input value on edit cancellation !4175 + - Toggling a task list item in a issue/mr description does not creates a Todo for mentions v 8.8.4 (unreleased) - Ensure branch cleanup regardless of whether the GitHub import process succeeds @@ -68,7 +70,6 @@ v 8.8.4 (unreleased) - Fix importer for GitHub comments on diff - Disable Webhooks before proceeding with the GitHub import - Added descriptions to notification settings dropdown - - Markdown editor now correctly resets the input value on edit cancellation !4175 v 8.8.3 - Fix 404 page when viewing TODOs that contain milestones or labels in different projects. !4312 @@ -180,6 +181,7 @@ v 8.8.0 - Fixed advice on invalid permissions on upload path !2948 (Ludovic Perrine) - Allows MR authors to have the source branch removed when merging the MR. !2801 (Jeroen Jacobs) - When creating a .gitignore file a dropdown with templates will be provided + - Shows the issue/MR list search/filter form and corrects the mobile styling for guest users. #17562 v 8.7.7 - Fix import by `Any Git URL` broken if the URL contains a space |