summaryrefslogtreecommitdiff
path: root/CHANGELOG
diff options
context:
space:
mode:
authorKamil Trzcinski <ayufan@ayufan.eu>2016-07-15 15:42:29 +0200
committerKamil Trzcinski <ayufan@ayufan.eu>2016-07-15 17:42:27 +0200
commit1556d4848d4753b7bddd8430cf223b91e6f47b0f (patch)
treebb4c140f0d7c6fb4509c3830bf7de7d586e3363b /CHANGELOG
parent8b7932c21951de172d531ab8a3e9506c98db7483 (diff)
downloadgitlab-ce-1556d4848d4753b7bddd8430cf223b91e6f47b0f.tar.gz
Track a user who created a pipeline
Diffstat (limited to 'CHANGELOG')
-rw-r--r--CHANGELOG1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG b/CHANGELOG
index 5ab16db31ce..044bdb476cc 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -53,6 +53,7 @@ v 8.10.0 (unreleased)
- Fix user creation with stronger minimum password requirements !4054 (nathan-pmt)
- Only show New Snippet button to users that can create snippets.
- PipelinesFinder uses git cache data
+ - Track a user who created a pipeline
- Actually render old and new sections of parallel diff next to each other
- Throttle the update of `project.pushes_since_gc` to 1 minute.
- Allow expanding and collapsing files in diff view (!4990)