From acebfdc7b12a849bef055fa53d0f278318bdad72 Mon Sep 17 00:00:00 2001 From: Jacob Vosmaer Date: Wed, 23 Apr 2014 11:09:38 +0200 Subject: [PATCH] Move changelog entries to 6.9.0 --- CHANGELOG | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index 7c177b3139a..5137c87a5f3 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,7 @@ +v 6.9.0 + - Store Rails cache data in the Redis `cache:gitlab` namespace + - Adjust MySQL limits for existing installations + v 6.8.0 - Ability to at mention users that are participating in issue and merge req. discussion - Enabled GZip Compression for assets in example Nginx, make sure that Nginx is compiled with --with-http_gzip_static_module flag (this is default in Ubuntu) @@ -17,8 +21,6 @@ v 6.8.0 - Fix download link for huge MR diffs - Expose event and mergerequest timestamps in API - Fix emails on push service when only one commit is pushed - - Store Rails cache data in the Redis `cache:gitlab` namespace - - Adjust MySQL limits for existing installations v 6.7.3 - Fix the merge notification email not being sent (Pierre de La Morinerie)