summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorValery Sizov <vsv2711@gmail.com>2014-12-15 19:47:38 +0200
committerValery Sizov <vsv2711@gmail.com>2014-12-15 20:22:18 +0200
commit842ac35ae4f6aac8bd3f2ab8649a6e07576f89fa (patch)
treed8bf8daaedc08ea752965e8c26f5f3f364b62ecc
parent19865b7cfd4d081f6bee6e973858ee488e995561 (diff)
downloadgitlab-ce-842ac35ae4f6aac8bd3f2ab8649a6e07576f89fa.tar.gz
Update changelog
-rw-r--r--CHANGELOG11
1 files changed, 5 insertions, 6 deletions
diff --git a/CHANGELOG b/CHANGELOG
index 2061237fb42..0ddae406cf6 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -3,18 +3,12 @@ v 7.6.0
- New rugged version
- Add CRON=1 backup setting for quiet backups
- Fix failing wiki restore
- -
- Add optional Sidekiq MemoryKiller middleware (enabled via SIDEKIQ_MAX_RSS env variable)
- -
- -
- Monokai highlighting style now more faithful to original design (Mark Riedesel)
- Create project with repository in synchrony
- Added ability to create empty repo or import existing one if project does not have repository
- -
- -
- Reactivate highlight.js language autodetection
- Mobile UI improvements
- -
- Change maximum avatar file size from 100KB to 200KB
- Strict validation for snippet file names
- Enable Markdown preview for issues, merge requests, milestones, and notes (Vinnie Okada)
@@ -22,6 +16,11 @@ v 7.6.0
- Update Sidekiq to version 2.17.8
- Add author filter to project issues and merge requests pages
- Atom feed for user activity
+ - Support multiple omniauth providers for the same user
+ - Rendering cross reference in issue title and tooltip for merge request
+ - Show username in comments
+ - Possibility to create Milestones or Labels when Issues are disabled
+ - Fix bug with showing gpg signature in tag
v 7.5.2
- Don't log Sidekiq arguments by default