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:
authorMark Fletcher <mark@gitlab.com>2016-10-11 18:52:49 +0300
committerMark Fletcher <mark@gitlab.com>2016-10-13 12:58:28 +0300
commit3c476ee62512a0642ca3e5e6b228f9abdd867a34 (patch)
tree177f343b7afb5b6b40029dd6bf0e25a2b83d6db9 /CHANGELOG
parenta053430e94e21bbf81524304f9b52a106f654b54 (diff)
Maintain "force_remove_source_branch" options on Merge Request unless specified
Diffstat (limited to 'CHANGELOG')
-rw-r--r--CHANGELOG1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG b/CHANGELOG
index 5e026b4ec94..279501518c1 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -31,6 +31,7 @@ v 8.13.0 (unreleased)
- Update Gitlab Shell to fix some problems with moving projects between storages
- Cache rendered markdown in the database, rather than Redis
- Avoid database queries on Banzai::ReferenceParser::BaseParser for nodes without references
+ - Do not alter 'force_remove_source_branch' options on MergeRequest unless specified
- Simplify Mentionable concern instance methods
- API: Ability to retrieve version information (Robert Schilling)
- Fix permission for setting an issue's due date