summaryrefslogtreecommitdiff
path: root/CHANGELOG
diff options
context:
space:
mode:
authorStan Hu <stanhu@gmail.com>2016-04-06 21:10:24 -0700
committerStan Hu <stanhu@gmail.com>2016-04-06 21:11:10 -0700
commit924e4b370013ae3a8448a2a68e6a4d353b23b699 (patch)
treea39ea1e7e6a0b11d3a04cc963e8525e3c0df9762 /CHANGELOG
parent8f0945311b8f5fe30b0b57739ee9f3262499f375 (diff)
downloadgitlab-ce-924e4b370013ae3a8448a2a68e6a4d353b23b699.tar.gz
Return status code 303 after a branch DELETE operation to avoid project deletion
Closes #14994
Diffstat (limited to 'CHANGELOG')
-rw-r--r--CHANGELOG1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG b/CHANGELOG
index 80fc2302b32..e9243463081 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -2,6 +2,7 @@ Please view this file on the master branch, on stable branches it's out of date.
v 8.7.0 (unreleased)
- All images in discussions and wikis now link to their source files !3464 (Connor Shea).
+ - Return status code 303 after a branch DELETE operation to avoid project deletion (Stan Hu)
- Improved Markdown rendering performance !3389 (Yorick Peterse)
- Don't attempt to look up an avatar in repo if repo directory does not exist (Stan Hu)
- Preserve time notes/comments have been updated at when moving issue