You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@solr.apache.org by ho...@apache.org on 2021/07/29 15:51:02 UTC

[solr] branch main updated: SOLR-15482: correct CHANGES.txt entry erroneously refering to SOLR-15531

This is an automated email from the ASF dual-hosted git repository.

hossman pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/solr.git


The following commit(s) were added to refs/heads/main by this push:
     new 1925693  SOLR-15482: correct CHANGES.txt entry erroneously refering to SOLR-15531
1925693 is described below

commit 1925693127e81cf0125bcb55f1b05591dea8b203
Author: Chris Hostetter <ho...@apache.org>
AuthorDate: Thu Jul 29 08:50:51 2021 -0700

    SOLR-15482: correct CHANGES.txt entry erroneously refering to SOLR-15531
---
 solr/CHANGES.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/solr/CHANGES.txt b/solr/CHANGES.txt
index df24a7d..a48b57f 100644
--- a/solr/CHANGES.txt
+++ b/solr/CHANGES.txt
@@ -394,7 +394,7 @@ Bug Fixes
 
 * SOLR-15531: SignificantTerms streaming function should not fail on empty collections (Benedikt Arnold via Mike Drob)
 
-* SOLR-15531: Cross-collection join fixed to ignore documents that do not contain value in "from" field (hossman)
+* SOLR-15482: Cross-collection join fixed to ignore documents that do not contain value in "from" field (hossman)
 
 Other Changes
 ---------------------