Commit d914aac0 authored by Achilleas Pipinellis's avatar Achilleas Pipinellis

Add changelog items to protected branches docs

parent 91561638
...@@ -105,16 +105,19 @@ all matching branches: ...@@ -105,16 +105,19 @@ all matching branches:
![Protected branch matches](img/protected_branches_matches.png) ![Protected branch matches](img/protected_branches_matches.png)
## Restrict the creation of protected branches
## Changelog ## Changelog
**8.11**
- Allow creating protected branches that can't be pushed to [gitlab-org/gitlab-ce!5081][ce-5081]
**8.10** **8.10**
- Allow specifying protected branches using wildcards [gitlab-org/gitlab-ce!5081][ce-5081] - Allow developers to merge into a protected branch without having push access [gitlab-org/gitlab-ce!4892][ce-4892]
- Allow creating protected branches that can't be pushed to [gitlab-org/gitlab-ce!5081][ce-4665] - Allow specifying protected branches using wildcards [gitlab-org/gitlab-ce!4665][ce-4665]
--- ---
[ce-4665]: https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/4665 "Allow specifying protected branches using wildcards" [ce-4665]: https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/4665 "Allow specifying protected branches using wildcards"
[ce-4892]: https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/4892 "Allow developers to merge into a protected branch without having push access"
[ce-5081]: https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/5081 "Allow creating protected branches that can't be pushed to" [ce-5081]: https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/5081 "Allow creating protected branches that can't be pushed to"
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment