diff options
author | Marin Jankovski <maxlazio@gmail.com> | 2015-02-13 09:15:08 -0800 |
---|---|---|
committer | Marin Jankovski <maxlazio@gmail.com> | 2015-02-13 09:15:08 -0800 |
commit | 7474b1b03f3111e1fefa05cbee1432a35bc55c6d (patch) | |
tree | 6ad2712a489c99ff9dec5fd0b2c177cb5d20b98d | |
parent | 529188e4788991961796b1b6131389072ee61efb (diff) | |
download | gitlab-ce-7474b1b03f3111e1fefa05cbee1432a35bc55c6d.tar.gz |
Add assignees in mr page to the CHANGELOG.
-rw-r--r-- | CHANGELOG | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/CHANGELOG b/CHANGELOG index 2e0d86862bf..ccf7043f57e 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -50,6 +50,7 @@ v 7.8.0 (unreleased) - Prevent losing unsaved comments by automatically restoring them when comment page is loaded again. - Don't allow page to be scaled on mobile. - Clean the username acquired from OAuth/LDAP so it doesn't fail username validation and block signing up. + - Show assignees in merge request index page (Kelvin Mutuma) v 7.7.2 - Update GitLab Shell to version 2.4.2 that fixes a bug when developers can push to protected branch @@ -85,9 +86,9 @@ v 7.7.0 - When accept merge request - do merge using sidaekiq job - Enable web signups by default - Fixes for diff comments: drag-n-drop images, selecting images - - Fixes for edit comments: drag-n-drop images, preview mode, selecting images, save & update + - Fixes for edit comments: drag-n-drop images, preview mode, selecting images, save & update - Remove password strength indicator - + v 7.6.0 |