diff options
author | Lin Jen-Shin <godfat@godfat.org> | 2016-11-03 20:46:26 +0800 |
---|---|---|
committer | Lin Jen-Shin <godfat@godfat.org> | 2016-11-03 20:46:26 +0800 |
commit | 3bf3c2c23f348569292ff5f2a6382c12741c5dc3 (patch) | |
tree | 3ef2176ad464e4ff678b388256760360f834a5ef | |
parent | b0af0ab62fa7b0b64443e510ed388cef83db996d (diff) | |
download | gitlab-ce-3bf3c2c23f348569292ff5f2a6382c12741c5dc3.tar.gz |
Fix CHANGELOG
-rw-r--r-- | CHANGELOG.md | 28 |
1 files changed, 1 insertions, 27 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 95a2b0de3b0..f2a219fc5ca 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,34 +1,8 @@ Please view this file on the master branch, on stable branches it's out of date. ## 8.14.0 (2016-11-22) - - Adds user project membership expired event to clarify why user was removed (Callum Dryden) - - Add CI notifications. Who triggered a pipeline would receive an email after the pipeline is succeeded or failed. Users could also update notification settings accordingly. !6342 - - Trim leading and trailing whitespace on project_path (Linus Thiel) - - Prevent award emoji via notes for issues/MRs authored by user (barthc) - - Adds an optional path parameter to the Commits API to filter commits by path (Luis HGO) - - Fix extra space on Build sidebar on Firefox !7060 - - Fix HipChat notifications rendering (airatshigapov, eisnerd) - - Add hover to trash icon in notes !7008 (blackst0ne) - - Escape ref and path for relative links !6050 (winniehell) - - Simpler arguments passed to named_route on toggle_award_url helper method - - Fix: Backup restore doesn't clear cache - - Use MergeRequestsClosingIssues cache data on Issue#closed_by_merge_requests method - - Fix Sign in page 'Forgot your password?' link overlaps on medium-large screens - - Fix documents and comments on Build API `scope` - - Refactor email, use setter method instead AR callbacks for email attribute (Semyon Pupkov) - -## 8.13.1 (unreleased) - - Fix bug where labels would be assigned to issues that were moved - - Fix error in generating labels - - Fix reply-by-email not working due to queue name mismatch - - Fixed hidden pipeline graph on commit and MR page !6895 - - Expire and build repository cache after project import - - Fix 404 for group pages when GitLab setup uses relative url - - Simpler arguments passed to named_route on toggle_award_url helper method - - Fix unauthorized users dragging on issue boards - - Better handle when no users were selected for adding to group or project. (Linus Thiel) - - Only show register tab if signup enabled. +- Add CI notifications. Who triggered a pipeline would receive an email after the pipeline is succeeded or failed. Users could also update notification settings accordingly. !6342 - Fix Milestone dropdown not stay selected for `Upcoming` and `No Milestone` option !7117 - Backups do not fail anymore when using tar on annex and custom_hooks only. !5814 - Adds user project membership expired event to clarify why user was removed (Callum Dryden) |