From f62f25446567b380c3d850b9bb6d183597c5d9dd Mon Sep 17 00:00:00 2001 From: Tony Murray Date: Mon, 29 Jul 2019 08:50:33 -0500 Subject: [PATCH] more changelog categories (#10470) --- LibreNMS/Util/GitHub.php | 3 +++ 1 file changed, 3 insertions(+) diff --git a/LibreNMS/Util/GitHub.php b/LibreNMS/Util/GitHub.php index 7b3c416017..99e3104023 100644 --- a/LibreNMS/Util/GitHub.php +++ b/LibreNMS/Util/GitHub.php @@ -52,6 +52,9 @@ class GitHub 'applications' => [], 'api' => [], 'alerting' => [], + 'billing' => [], + 'discovery' => [], + 'polling' => [], 'bug' => [], 'documentation' => [], 'translation' => [],