aboutsummaryrefslogtreecommitdiffstats
path: root/build/build_changelog.php
diff options
context:
space:
mode:
Diffstat (limited to 'build/build_changelog.php')
-rwxr-xr-xbuild/build_changelog.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/build/build_changelog.php b/build/build_changelog.php
index be0fb625ea..2d38480f9f 100755
--- a/build/build_changelog.php
+++ b/build/build_changelog.php
@@ -20,7 +20,7 @@ if ($_SERVER['argc'] != 2)
$fixVersion = $_SERVER['argv'][1];
-$query = 'project = PHPBB3
+$query = 'project IN (PHPBB3, SECURITY)
AND resolution = Fixed
AND fixVersion = "' . $fixVersion . '"
AND status IN ("Unverified Fix", Closed)';