diff options
author | Paco Guzman <pacoguzmanp@gmail.com> | 2016-08-17 17:05:00 +0200 |
---|---|---|
committer | Paco Guzman <pacoguzmanp@gmail.com> | 2016-08-18 16:30:25 +0200 |
commit | 938f3b2a0b4bdf2047caf8735312c80e2291b274 (patch) | |
tree | 583dcadb643a9e9a0dd4864f7779166d9af9ccc2 /CHANGELOG | |
parent | ac73de508e21af95b473bfafc2ca2543b234430d (diff) | |
download | gitlab-ce-938f3b2a0b4bdf2047caf8735312c80e2291b274.tar.gz |
edit_blob_link can receive the blob to avoid access to the repository20454-edit-button-mr
Diffstat (limited to 'CHANGELOG')
-rw-r--r-- | CHANGELOG | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG b/CHANGELOG index 61c654002ad..5e67cdd9731 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -103,6 +103,7 @@ v 8.11.0 (unreleased) - Add commit stats in commit api. !5517 (dixpac) - Add CI configuration button on project page - Fix merge request new view not changing code view rendering style + - edit_blob_link will use blob passed onto the options parameter - Make error pages responsive (Takuya Noguchi) - The performance of the project dropdown used for moving issues has been improved - Fix skip_repo parameter being ignored when destroying a namespace |