summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJacob Vosmaer <contact@jacobvosmaer.nl>2014-04-23 11:09:38 +0200
committerJacob Vosmaer <contact@jacobvosmaer.nl>2014-04-23 11:09:38 +0200
commitacebfdc7b12a849bef055fa53d0f278318bdad72 (patch)
tree336e49bc9fe27697e41d09913bc03e41095fbfa5
parentcd61239540c00279563cc0e4ae763a569be0bef5 (diff)
downloadgitlab-ce-acebfdc7b12a849bef055fa53d0f278318bdad72.tar.gz
Move changelog entries to 6.9.0
-rw-r--r--CHANGELOG6
1 files 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)