summaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorDouwe Maan <douwe@gitlab.com>2016-10-24 12:55:02 +0000
committerRémy Coutable <remy@rymai.me>2016-10-25 18:21:13 +0200
commit7d08c7fd1e144cc31aeae12d49f8074e5cfa9ab1 (patch)
treefd90239a57ae3d5783bf746121886ba8a1f45483 /CHANGELOG.md
parentbfe94698a7e82bf4a5976c8341e28cfcc90bf1de (diff)
downloadgitlab-ce-7d08c7fd1e144cc31aeae12d49f8074e5cfa9ab1.tar.gz
Merge branch '21513-fix-branch-protection-api' into 'master'
Fix branch protection API. - Fixes the branch protection API. - Closes #21513 - EE Merge Request: gitlab-org/gitlab-ee!718 See merge request !6215 Signed-off-by: Rémy Coutable <remy@rymai.me>
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 6d915a61bbd..70f3478df1b 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -2,6 +2,7 @@ Please view this file on the master branch, on stable branches it's out of date.
## 8.13.1 (2016-10-25)
+ - Fix branch protection API. !6215
- Fix hidden pipeline graph on commit and MR page. !6895
- Fix Cycle analytics not showing correct data when filtering by date. !6906
- Ensure custom provider tab labels don't break layout. !6993