summaryrefslogtreecommitdiff
path: root/CHANGELOG
diff options
context:
space:
mode:
authorGrzegorz Bizon <grzegorz@gitlab.com>2016-04-21 08:13:12 +0000
committerYorick Peterse <yorickpeterse@gmail.com>2016-04-21 10:26:36 +0000
commitad016cbd8689afc92c83f7347daffbcd7ea2dcb1 (patch)
treeb97961838f046ebd295c35f2c4bd6093ebe13b10 /CHANGELOG
parent15f62ed65f55b2db208e4b5897d393fa8623e238 (diff)
downloadgitlab-ce-ad016cbd8689afc92c83f7347daffbcd7ea2dcb1.tar.gz
Merge branch 'fix/cross-project-labels-project-reference' into 'master'
Fix cross-project label ref used with invalid project When cross-project label reference was used with invalid project reference, `nil` was assigned to project variable which later caused an exception. Closes #15168 See merge request !3811
Diffstat (limited to 'CHANGELOG')
-rw-r--r--CHANGELOG1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG b/CHANGELOG
index 96a56f11247..9e5e763c6a5 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -2,6 +2,7 @@ Please view this file on the master branch, on stable branches it's out of date.
v 8.7.0 (unreleased)
- The number of InfluxDB points stored per UDP packet can now be configured
+ - Fix error when cross-project label reference used with non-existent project
- Transactions for /internal/allowed now have an "action" tag set
- Method instrumentation now uses Module#prepend instead of aliasing methods
- Repository.clean_old_archives is now instrumented