diff options
author | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2015-04-27 11:38:29 +0300 |
---|---|---|
committer | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2015-04-27 11:38:29 +0300 |
commit | 2cbdfbfd1edd251fdeab0e238552175644fe18d1 (patch) | |
tree | fa98080e8ac6aac1acaa94bc62275d52a7cca1a9 /CHANGELOG | |
parent | 817d93e8607c77e5f6a521f708addb3997d412f8 (diff) | |
parent | 38e2ae5ae0a8e0ca5baefbd0ffc41cc11eba2db1 (diff) | |
download | gitlab-ce-2cbdfbfd1edd251fdeab0e238552175644fe18d1.tar.gz |
Merge branch 'master' of github.com:gitlabhq/gitlabhq
Diffstat (limited to 'CHANGELOG')
-rw-r--r-- | CHANGELOG | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/CHANGELOG b/CHANGELOG index 5ba56afd0d4..dd42ce23f39 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -10,6 +10,7 @@ v 7.11.0 (unreleased) - Add "Reply quoting selected text" shortcut key (`r`) - Fix bug causing `@whatever` inside an issue's first code block to be picked up as a user mention. - Fix bug causing `@whatever` inside an inline code snippet (backtick-style) to be picked up as a user mention. + - Added GitLab Event header for project hooks - - Show Atom feed buttons everywhere where applicable. - Add project activity atom feed. @@ -23,8 +24,9 @@ v 7.11.0 (unreleased) - Improve new project command options (Ben Bodenmiller) - Prevent sending empty messages to HipChat (Chulki Lee) - Improve UI for mobile phones on dashboard and project pages + - Add room notification and message color option for HipChat -v 7.10.0 (unreleased) +v 7.10.0 - Ignore submodules that are defined in .gitmodules but are checked in as directories. - Allow projects to be imported from Google Code. - Remove access control for uploaded images to fix broken images in emails (Hannes Rosenögger) |