diff options
author | Kamil Trzcinski <ayufan@ayufan.eu> | 2015-11-02 14:44:06 +0100 |
---|---|---|
committer | Kamil Trzcinski <ayufan@ayufan.eu> | 2015-11-02 14:44:06 +0100 |
commit | c03da1caade637298ca96e59cea990b0827539c9 (patch) | |
tree | 1746747a045835d0148dfd727aa3275b6b44bc1c /CHANGELOG | |
parent | 329e067ff1d235af38f686145b03ced6c1fe7d85 (diff) | |
download | gitlab-ce-c03da1caade637298ca96e59cea990b0827539c9.tar.gz |
Extend yml syntax for only and except to support specifying repository path
Diffstat (limited to 'CHANGELOG')
-rw-r--r-- | CHANGELOG | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG b/CHANGELOG index 6bec4f606e7..eec74e5c5f7 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -13,6 +13,7 @@ v 8.2.0 (unreleased) - Fix: Inability to reply to code comments in the MR view, if the MR comes from a fork - Use git follow flag for commits page when retrieve history for file or directory - Show merge request CI status on merge requests index page + - Extend yml syntax for only and except to support specifying repository path - Fix: 500 error returned if destroy request without HTTP referer (Kazuki Shimizu) - Remove deprecated CI events from project settings page - Use issue editor as cross reference comment author when issue is edited with a new mention. |