diff options
author | Sytse Sijbrandij <sytse@gitlab.com> | 2014-03-26 09:30:22 +0000 |
---|---|---|
committer | Sytse Sijbrandij <sytse@gitlab.com> | 2014-03-26 09:30:22 +0000 |
commit | 2e94f0d224b8e994adc2ac7868fa6ec5c5c9264a (patch) | |
tree | 8f21c647ca0a26ea1a791b7d84f99c4dd28b26b2 | |
parent | c818712dfa0be11efd13c7e9ccac7dd7045e67d7 (diff) | |
parent | acb03f1fc3e7080f3eeaaaef720d33e6951ffa1b (diff) | |
download | gitlab-ce-2e94f0d224b8e994adc2ac7868fa6ec5c5c9264a.tar.gz |
Merge branch 'gzip_changelog' into 'master'
Gzip compression for assets in changelog
-rw-r--r-- | CHANGELOG | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG b/CHANGELOG index 2a025d6481e..0b295e4d759 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,5 +1,6 @@ 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) v 6.7.2 - Fix upgrader script |