summaryrefslogtreecommitdiff
path: root/CHANGELOG
diff options
context:
space:
mode:
authorAurelio Jargas <verde@aurelio.net>2015-03-24 17:11:22 -0300
committerAurelio Jargas <verde@aurelio.net>2015-03-24 17:15:15 -0300
commit7070ccebc7097bd987d716fa46c96f3ca89a2a78 (patch)
treefdb2ab0c4421422f7aa4c362b0756fd355732650 /CHANGELOG
parentc3c9703437a552700c2a6ca010b05cc56aa6d73a (diff)
downloadgitlab-ce-7070ccebc7097bd987d716fa46c96f3ca89a2a78.tar.gz
Remove duplicate CHANGELOG items for v7.8.0
[ci skip]
Diffstat (limited to 'CHANGELOG')
-rw-r--r--CHANGELOG3
1 files changed, 1 insertions, 2 deletions
diff --git a/CHANGELOG b/CHANGELOG
index 3ecc45cde07..c8566e92313 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -154,7 +154,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)
@@ -176,7 +175,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.