summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Schilling <rschilling@student.tugraz.at>2015-03-24 21:00:46 +0000
committerRobert Schilling <rschilling@student.tugraz.at>2015-03-24 21:00:46 +0000
commitcabe5803952c906173608028fba4d6dad35aa6ab (patch)
tree2811182c03308faca63b707ecc5ba7544be36786
parentb8ad3647ad99a64ffc6296883aa8135d462dd17b (diff)
parent7070ccebc7097bd987d716fa46c96f3ca89a2a78 (diff)
downloadgitlab-ce-cabe5803952c906173608028fba4d6dad35aa6ab.tar.gz
Merge branch 'update-changelog' into 'master'
Remove duplicate CHANGELOG items for v7.8.0 [ci skip] See merge request !447
-rw-r--r--CHANGELOG3
1 files changed, 1 insertions, 2 deletions
diff --git a/CHANGELOG b/CHANGELOG
index ccc71737e43..35353f4b797 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -155,7 +155,6 @@ v 7.8.0
- Add API endpoint to fetch all changes on a MergeRequest (Jeroen van Baarsen)
- View note image attachments in new tab when clicked instead of downloading them
- Improve sorting logic in UI and API. Explicitly define what sorting method is used by default
- - Allow more variations for commit messages closing issues (Julien Bianchi and Hannes Rosenögger)
- Fix overflow at sidebar when have several items
- Add notes for label changes in issue and merge requests
- Show tags in commit view (Hannes Rosenögger)
@@ -177,7 +176,7 @@ v 7.8.0
- Add a commit calendar to the user profile (Hannes Rosenögger)
- Submit comment on command-enter
- Notify all members of a group when that group is mentioned in a comment, for example: `@gitlab-org` or `@sales`.
- - Extend issue clossing pattern to include "Resolve", "Resolves", "Resolved", "Resolving" and "Close"
+ - Extend issue clossing pattern to include "Resolve", "Resolves", "Resolved", "Resolving" and "Close" (Julien Bianchi and Hannes Rosenögger)
- Fix long broadcast message cut-off on left sidebar (Visay Keo)
- Add Project Avatars (Steven Thonus and Hannes Rosenögger)
- Password reset token validity increased from 2 hours to 2 days since it is also send on account creation.