Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJames Edwards-Jones <jedwardsjones@gitlab.com>2017-07-05 20:20:37 +0300
committerJames Edwards-Jones <jedwardsjones@gitlab.com>2017-07-05 20:20:37 +0300
commitdb97b96776ee8629dbb75e89752c8cf00b23701d (patch)
treeaa923d22c6604a62b53bc309d7fda2648a496e4d /CHANGELOG.md
parent11e03bf49c9dfc220c29129498996d52cd4276e2 (diff)
Update CHANGELOG.md for 9.3.5
[ci skip]
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md8
1 files changed, 8 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index ec768ffe9b1..4d2adb47a80 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -2,6 +2,14 @@
documentation](doc/development/changelog.md) for instructions on adding your own
entry.
+## 9.3.5 (2017-07-05)
+
+- Remove "Remove from board" button from backlog and closed list. !12430
+- Do not delete protected branches when deleting all merged branches. !12624
+- Set default for Remove source branch to false.
+- Prevent accidental deletion of protected MR source branch by repeating checks before actual deletion.
+- Expires full_path cache after a repository is renamed/transferred.
+
## 9.3.4 (2017-07-03)
- No changes.