diff options
author | Lin Jen-Shin <godfat@godfat.org> | 2016-08-24 20:57:47 +0800 |
---|---|---|
committer | Lin Jen-Shin <godfat@godfat.org> | 2016-08-24 20:57:47 +0800 |
commit | 6953d988ab141863cba4c38c52b6d1af23c9af3e (patch) | |
tree | f79a41fe6c692607f225f341ea9eb523dd9a6bb8 | |
parent | 616af0373e44b8577b0d6de0d438fd5555e9470d (diff) | |
download | gitlab-ce-6953d988ab141863cba4c38c52b6d1af23c9af3e.tar.gz |
Update CHANGELOG from v8.11.0 to v8.12.0
-rw-r--r-- | CHANGELOG | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CHANGELOG b/CHANGELOG index 549b86f76ea..33eecc2c9fd 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -4,6 +4,7 @@ v 8.12.0 (unreleased) - Change merge_error column from string to text type - Optimistic locking for Issues and Merge Requests (title and description overriding prevention) - Added tests for diff notes + - Add a button to download latest successful artifacts for branches and tags !5142 v 8.11.1 (unreleased) - Fix file links on project page when default view is Files !5933 @@ -42,7 +43,6 @@ v 8.11.0 - Do not escape URI when extracting path !5878 (winniehell) - Fix filter label tooltip HTML rendering (ClemMakesApps) - Cache the commit author in RequestStore to avoid extra lookups in PostReceive - - Add a button to download latest successful artifacts for branches and tags - Expand commit message width in repo view (ClemMakesApps) - Cache highlighted diff lines for merge requests - Pre-create all builds for a Pipeline when the new Pipeline is created !5295 |