diff options
author | Marin Jankovski <maxlazio@gmail.com> | 2015-04-02 05:06:07 +0200 |
---|---|---|
committer | Marin Jankovski <maxlazio@gmail.com> | 2015-04-02 05:06:07 +0200 |
commit | 254698d6b8628b5ce57597526d6b34f332c22903 (patch) | |
tree | 2d927c86cbbc7eeb184d12bb82f9447859f282f8 | |
parent | 897fb55c784363090c93a4aee319f531168926cf (diff) | |
download | gitlab-ce-254698d6b8628b5ce57597526d6b34f332c22903.tar.gz |
Update CHANGELOG.
-rw-r--r-- | CHANGELOG | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/CHANGELOG b/CHANGELOG index 79a5b22f503..259e1a30072 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -53,11 +53,6 @@ v 7.10.0 (unreleased) - Fix admin user projects lists. - Don't leak private group existence by redirecting from namespace controller to group controller. -v 7.9.0 - - Send EmailsOnPush email when branch or tag is created or deleted. - - Faster merge request processing for large repository - - Prevent doubling AJAX request with each commit visit via Turbolink - - Prevent unnecessary doubling of js events on import pages and user calendar v 7.9.2 - Contains no changes @@ -149,6 +144,10 @@ v 7.9.0 - Fix invalid Atom feeds when using emoji, horizontal rules, or images (Christian Walther) - Backup of repositories with tar instead of git bundle (only now are git-annex files included in the backup) - Add canceled status for CI + - Send EmailsOnPush email when branch or tag is created or deleted. + - Faster merge request processing for large repository + - Prevent doubling AJAX request with each commit visit via Turbolink + - Prevent unnecessary doubling of js events on import pages and user calendar v 7.8.4 - Fix issue_tracker_id substitution in custom issue trackers |