summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRubén Dávila Santos <ruben@gitlab.com>2016-08-18 16:05:44 +0000
committerRuben Davila <rdavila84@gmail.com>2016-08-18 11:06:44 -0500
commite2cc5b9852a6296fbc3292245bf3155f93e4a0c8 (patch)
tree0fcfbec58e84d4a2e64be483d5d2fc870658e573
parentbae17911d366398cc66bfb5d42ce085a23357fd1 (diff)
downloadgitlab-ce-e2cc5b9852a6296fbc3292245bf3155f93e4a0c8.tar.gz
Merge branch 'changelog-update' into 'master'
Update changelog ## What does this MR do? Updates Changelog: https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/5485#note_14008742 See merge request !5854
-rw-r--r--CHANGELOG1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG b/CHANGELOG
index 227c1518e83..e9c51c0ab0a 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -121,6 +121,7 @@ v 8.11.0 (unreleased)
- Sort folders with submodules in Files view !5521
- Each `File::exists?` replaced to `File::exist?` because of deprecate since ruby version 2.2.0
- Add auto-completition in pipeline (Katarzyna Kobierska Ula Budziszewska)
+ - Add pipelines tab to merge requests
- Fix a memory leak caused by Banzai::Filter::SanitizationFilter
- Speed up todos queries by limiting the projects set we join with
- Ensure file editing in UI does not overwrite commited changes without warning user