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:
authorStan Hu <stanhu@gmail.com>2015-08-14 04:23:48 +0300
committerStan Hu <stanhu@gmail.com>2015-08-14 17:09:25 +0300
commit6e808fc222dde420749fcf9ed006cfb6983e4b70 (patch)
tree8cb7d8bd2b18853d34ac002d815b3e6d6f1e32ea /CHANGELOG
parentf6f58cfb1fd7bc7fcef5e9b1f2ce658a15047b1d (diff)
Clear cache to prevent listing deleted branches after MR removes source branch
Closes #2272
Diffstat (limited to 'CHANGELOG')
-rw-r--r--CHANGELOG1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG b/CHANGELOG
index 1b4f77ce849..520fd4ba24f 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,6 +1,7 @@
Please view this file on the master branch, on stable branches it's out of date.
v 7.14.0 (unreleased)
+ - Clear cache to prevent listing deleted branches after MR removes source branch (Stan Hu)
- Provide more feedback what went wrong if HipChat service failed test (Stan Hu)
- Disable turbolinks when linking to Bitbucket import status (Stan Hu)
- Fix broken code import and display error messages if something went wrong with creating project (Stan Hu)