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:
authorJacob Vosmaer <contact@jacobvosmaer.nl>2016-01-12 19:22:49 +0300
committerJacob Vosmaer <contact@jacobvosmaer.nl>2016-01-12 19:22:49 +0300
commitdafb8c1b2b004fae895d6e8de3c950122b732fc5 (patch)
tree084bfea063cffcf856ff8c651f6f17108bdfe7ce
parent23181ec87aa25084255a448767fddcbf928bc413 (diff)
Add changelog entry for 8.3.4
-rw-r--r--CHANGELOG3
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGELOG b/CHANGELOG
index d18ae5f1539..f8d187a856f 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,5 +1,8 @@
Please view this file on the master branch, on stable branches it's out of date.
+v 8.3.4
+ - Use gitlab-workhorse 0.5.4 (fixes API routing bug)
+
v 8.3.3
- Preserve CE behavior with JIRA integration by only calling API if URL is set
- Fix duplicated branch creation/deletion events when using Web UI (Stan Hu)