diff options
author | Daniel Gerhardt <code@dgerhardt.net> | 2015-07-02 20:12:24 +0200 |
---|---|---|
committer | Daniel Gerhardt <code@dgerhardt.net> | 2015-07-06 16:44:30 +0200 |
commit | 2963e7fd1c64af8482eaa82579ccdef5af1ef55a (patch) | |
tree | 1740104359c002c38526bd4bf4702073ea02cec8 /CHANGELOG | |
parent | 570fd9f590e06c378de82897fce31e1dbc020c0d (diff) | |
download | gitlab-ce-2963e7fd1c64af8482eaa82579ccdef5af1ef55a.tar.gz |
Add ref switching support for graphs
It is now possible to view contributor and commit statistics for
refs beyond the default branch.
Additionally, conditions in RefsController#switch have been refactored
in order that a `case` block is used now.
Diffstat (limited to 'CHANGELOG')
-rw-r--r-- | CHANGELOG | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG b/CHANGELOG index 2d41a65d2df..bafc7390f4a 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -2,6 +2,7 @@ Please view this file on the master branch, on stable branches it's out of date. v 7.13.0 (unreleased) - Fix redirection to home page URL for unauthorized users (Daniel Gerhardt) + - Add branch switching support for graphs (Daniel Gerhardt) - Fix external issue tracker hook/test for HTTPS URLs (Daniel Gerhardt) - Remove link leading to a 404 error in Deploy Keys page (Stan Hu) - Add support for unlocking users in admin settings (Stan Hu) |