summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Speicher <robert@gitlab.com>2016-01-12 17:18:00 +0000
committerRobert Speicher <robert@gitlab.com>2016-01-12 17:18:00 +0000
commitd047db910a7cbac7f61b74bb580df3986acb767e (patch)
treea8305a1cb8d4968ca3205ebc187cb9b32cf65217
parent025f061765a525c1c3996c97434c1c72cf2497cb (diff)
parent1c46ab040d470b29b7175d9a9e2d53a3e6b1f371 (diff)
downloadgitlab-ce-d047db910a7cbac7f61b74bb580df3986acb767e.tar.gz
Merge branch 'changelog-8.3.4' into 'master'
Add CHANGELOG entry for 8.3.4 [ci skip] See merge request !2393
-rw-r--r--CHANGELOG3
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGELOG b/CHANGELOG
index d672d408318..7dd17251663 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -43,6 +43,9 @@ v 8.4.0 (unreleased)
- API: Add support for deleting a tag via the API (Robert Schilling)
- Allow subsequent validations in CI Linter
+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)