diff options
author | Douwe Maan <douwe@gitlab.com> | 2015-12-02 12:12:03 +0100 |
---|---|---|
committer | Douwe Maan <douwe@gitlab.com> | 2015-12-02 12:12:03 +0100 |
commit | 60828ab40ef4276b63146259f6f11333366dff6f (patch) | |
tree | 3d27a79adf081ac2649d57d59851c9fa573d3add /CHANGELOG | |
parent | edc37c25204d7a4446d15eac94e6e1d92d613ed9 (diff) | |
parent | 09e712c0fb721059e4b2619eb9fc104257fc492d (diff) | |
download | gitlab-ce-60828ab40ef4276b63146259f6f11333366dff6f.tar.gz |
Merge branch 'master' into link-refs
Diffstat (limited to 'CHANGELOG')
-rw-r--r-- | CHANGELOG | 12 |
1 files changed, 9 insertions, 3 deletions
diff --git a/CHANGELOG b/CHANGELOG index 01e7e8d20bd..bc52470312b 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,13 +1,19 @@ Please view this file on the master branch, on stable branches it's out of date. v 8.3.0 (unreleased) - - Fix Error 500 when viewing user's personal projects from admin page (Stan Hu) - - Ensure cached application settings are refreshed at startup (Stan Hu) - Fix: Assignee selector is empty when 'Unassigned' is selected (Jose Corcuera) - Fix 500 error when update group member permission - - Fix: Raw private snippets access workflow - Trim leading and trailing whitespace of milestone and issueable titles (Jose Corcuera) - Recognize issue/MR/snippet/commit links as references + - Add ignore whitespace change option to commit view + - Fire update hook from GitLab + +v 8.2.2 + - Fix 404 in redirection after removing a project (Stan Hu) + - Ensure cached application settings are refreshed at startup (Stan Hu) + - Fix Error 500 when viewing user's personal projects from admin page (Stan Hu) + - Fix: Raw private snippets access workflow + - Prevent "413 Request entity too large" errors when pushing large files with LFS v 8.2.1 - Forcefully update builds that didn't want to update with state machine |