diff options
author | Douglas Barbosa Alexandre <dbalexandre@gmail.com> | 2015-12-09 16:31:15 -0200 |
---|---|---|
committer | Douglas Barbosa Alexandre <dbalexandre@gmail.com> | 2015-12-09 16:31:15 -0200 |
commit | 4a29669dec880a030c9c9d5cebf99ad58781cf9f (patch) | |
tree | 4268364249de9a288741b52afb2ddebbf3e13a3e /CHANGELOG | |
parent | 364041e7ddf56a16a90f35ec85e35c05e5758621 (diff) | |
parent | cfe46f485da6e45ddb9f64d471b92892579dd9b7 (diff) | |
download | gitlab-ce-4a29669dec880a030c9c9d5cebf99ad58781cf9f.tar.gz |
Merge branch 'master' into fix-edit-notes-on-merge-request-diff
Diffstat (limited to 'CHANGELOG')
-rw-r--r-- | CHANGELOG | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGELOG b/CHANGELOG index 08a40d8d4d0..519c0426d46 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -27,6 +27,7 @@ v 8.3.0 (unreleased) - Block LDAP user when they are no longer found in the LDAP server - Improve wording on project visibility levels (Zeger-Jan van de Weg) - Fix editing notes on a merge request diff + - Automatically select default clone protocol based on user preferences (Eirik Lygre) v 8.2.3 - Fix application settings cache not expiring after changes (Stan Hu) @@ -41,6 +42,7 @@ v 8.2.2 - 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 + - Fix: As an admin, cannot add oneself as a member to a group/project - Fix invalid links within projects dashboard header - Make current user the first user in assignee dropdown in issues detail page (Stan Hu) - Fix: duplicate email notifications on issue comments |