diff options
author | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2013-12-17 11:54:07 +0200 |
---|---|---|
committer | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2013-12-17 11:54:07 +0200 |
commit | 9c668133dc4172509adb4fd797bad4b2b1dae6b0 (patch) | |
tree | a570dcfd8f8f44f5db3c20c84b4522555bb37781 /CHANGELOG | |
parent | 26a5695e33befd0c1875696f5cb68181bf3f3368 (diff) | |
download | gitlab-ce-9c668133dc4172509adb4fd797bad4b2b1dae6b0.tar.gz |
Add 6.4 entries to CHANGELOG
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
Diffstat (limited to 'CHANGELOG')
-rw-r--r-- | CHANGELOG | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/CHANGELOG b/CHANGELOG index e62697410a8..d3119846760 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -10,6 +10,19 @@ v 6.4.0 - Project web hooks now support issues and merge request events - Visiting project page while not logged in will redirect to sign-in instead of 404 (Jason Hollingsworth) - Expire event cache on avatar creation/removal (Drew Blessing) + - Archiving old projects (Steven Thonus) + - Rails 4 + - Add time ago tooltips to show actual date/time + - UI: Fixed UI for admin system hooks + - Ruby script for easier GitLab upgrade + - Do not remove Merge requests if fork project was removed + - Improve sign-in/signup UX + - Add resend confirmation link to sign-in page + - Set noreply@HOSTNAME for reply_to field in all emails + - Show GitLab API version on Admin#dashboard + - API Cross-origin resource sharing + - Show READMe link at project home page + - Show repo size for projects in Admin area v 6.3.0 - API for adding gitlab-ci service |