You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by gs...@apache.org on 2021/11/21 15:41:40 UTC

[lucene] branch main updated: Add missing CHANGES entry

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

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


The following commit(s) were added to refs/heads/main by this push:
     new 78ee53f  Add missing CHANGES entry
78ee53f is described below

commit 78ee53f837f8c8c69610344128381fa67c831e2d
Author: Greg Miller <gs...@gmail.com>
AuthorDate: Sun Nov 21 07:41:25 2021 -0800

    Add missing CHANGES entry
---
 lucene/CHANGES.txt | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/lucene/CHANGES.txt b/lucene/CHANGES.txt
index 88a8d9a..cd7a040 100644
--- a/lucene/CHANGES.txt
+++ b/lucene/CHANGES.txt
@@ -33,7 +33,9 @@ Other
 
 API Changes
 ---------------------
-(No changes)
+
+* LUCENE-10244: MultiCollector::getCollectors is now public, allowing users to access the wrapped
+  collectors. (Andriy Redko)
 
 New Features
 ---------------------