summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGrzegorz Bizon <grzesiek.bizon@gmail.com>2016-01-13 19:45:58 +0100
committerGrzegorz Bizon <grzesiek.bizon@gmail.com>2016-01-13 19:45:58 +0100
commit0e344aa2299d2f6911282de5d4808c70d658d372 (patch)
tree390f14445eb2cf8990fbb375d83b46554dd390e2
parent1202355703b9357e85fffa308a25c86576f7bfa0 (diff)
downloadgitlab-ce-0e344aa2299d2f6911282de5d4808c70d658d372.tar.gz
Add Changelog entry for build traces data integrity fix
Fix has been introduced in !2224.
-rw-r--r--CHANGELOG1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG b/CHANGELOG
index 4221fb9df55..b430d4981a9 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -61,6 +61,7 @@ v 8.3.3
- Use WOFF versions of SourceSansPro fonts
- Fix regression when builds were not generated for tags created through web/api interface
- Fix: maintain milestone filter between Open and Closed tabs (Greg Smethells)
+ - Fix missing artifacts and build traces for build created before 8.3
v 8.3.2
- Disable --follow in `git log` to avoid loading duplicate commit data in infinite scroll (Stan Hu)