summaryrefslogtreecommitdiff
path: root/CHANGELOG
diff options
context:
space:
mode:
authorKamil Trzcinski <ayufan@ayufan.eu>2014-12-05 22:56:43 +0100
committerKamil Trzcinski <ayufan@ayufan.eu>2015-03-21 11:25:27 +0100
commit5b432e76710eb70cc41c59af1ea9a294202a49fc (patch)
treec9fa0c82f6b9a3066ef5271027489bb3a80b9d0a /CHANGELOG
parent6cf189f0a92772b9174f913e7c74a4889d54e9a6 (diff)
downloadgitlab-ce-5b432e76710eb70cc41c59af1ea9a294202a49fc.tar.gz
Extend push_tag event to include tag message and last commit
Diffstat (limited to 'CHANGELOG')
-rw-r--r--CHANGELOG1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG b/CHANGELOG
index 4c644960088..176a3c833b7 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -15,6 +15,7 @@ v 7.10.0 (unreleased)
- Improve error message when save profile has error.
- Passing the name of pushed ref to CI service (requires GitLab CI 7.9+)
- Add location field to user profile
+ - Add tag message and last commit to tag hook (Kamil TrzciƄski)
v 7.9.0 (unreleased)
- Add HipChat integration documentation (Stan Hu)