diff options
author | Kamil Trzciński <ayufan@ayufan.eu> | 2016-02-19 22:30:11 +0000 |
---|---|---|
committer | Kamil Trzciński <ayufan@ayufan.eu> | 2016-02-19 22:30:11 +0000 |
commit | 20781b29276292f7fe7d1ea751252573bd318086 (patch) | |
tree | 7cc707656a36f85af8ee4d0d8d2a484da29426ce /CHANGELOG | |
parent | 2cc9a42ca45d14fc7fe35ea6f8bc4f9275f33144 (diff) | |
parent | 17182cdfe0c31b8177fef20bb8dde1193ff117d4 (diff) | |
download | gitlab-ce-20781b29276292f7fe7d1ea751252573bd318086.tar.gz |
Merge branch 'builds-artifacts-API' into 'master'
Introduce API for serving the artifacts archive
Add API to download build artifacts archive in context of GitLab API
/cc @DouweM @grzesiek
See merge request !2893
Diffstat (limited to 'CHANGELOG')
-rw-r--r-- | CHANGELOG | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG b/CHANGELOG index b4578592600..f89ded67a3d 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -57,6 +57,7 @@ v 8.5.0 (unreleased) - Don't process cross-reference notes from forks - Fix: init.d script not working on OS X - Faster snippet search + - Added API to download build artifacts - Title for milestones should be unique (Zeger-Jan van de Weg) - Validate correctness of maximum attachment size application setting - Replaces "Create merge request" link with one to the "Merge Request" when one exists |