diff options
author | Kamil Trzcinski <ayufan@ayufan.eu> | 2016-06-15 12:53:10 +0200 |
---|---|---|
committer | Kamil Trzcinski <ayufan@ayufan.eu> | 2016-06-15 12:53:23 +0200 |
commit | f30d1fdf94a373649b2b570bbd6d77cbe817ebe0 (patch) | |
tree | 24a5fe5dbf46b75656bd959d0bc9081e17703cbd /CHANGELOG | |
parent | 3a857e0e6c9460692f4b5d61e634205da9dee63a (diff) | |
download | gitlab-ce-f30d1fdf94a373649b2b570bbd6d77cbe817ebe0.tar.gz |
Add support for Docker Registry manifest v1
Diffstat (limited to 'CHANGELOG')
-rw-r--r-- | CHANGELOG | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG b/CHANGELOG index 6f29b578a95..8abefd618d0 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -29,6 +29,7 @@ v 8.9.0 (unreleased) - Fix groups API to list only user's accessible projects - Redesign account and email confirmation emails - Don't fail builds for projects that are deleted + - Support Docker Registry manifest v1 - `git clone https://host/namespace/project` now works, in addition to using the `.git` suffix - Bump nokogiri to 1.6.8 - Use gitlab-shell v3.0.0 |