From 74bfadfc5519b4fcc052009521bd294f30133035 Mon Sep 17 00:00:00 2001 From: Eric Pugh Date: Fri, 2 Aug 2024 08:30:10 -0400 Subject: [PATCH] add missing change entry --- solr/CHANGES.txt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/solr/CHANGES.txt b/solr/CHANGES.txt index 7667eb9a34d..8787dd60653 100644 --- a/solr/CHANGES.txt +++ b/solr/CHANGES.txt @@ -279,6 +279,9 @@ Other Changes * SOLR-17322: Once again allow rank queries to use custom TopDocsCollectors that operate on types that extend ScoreDocs (covariant generic types) broken in Solr 9.0. (Stephen Woods via Christine Poerschke) +* SOLR-16996: Update Solr Exporter for Prometheus cli to use commons-cli instead of argparse4j. (Christos Malliaridis via Eric Pugh) + + ================== 9.6.1 ================== Bug Fixes ---------------------