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/30 22:38:10 UTC

[lucene] branch branch_9x updated: Move CHANGES entry for LUCENE-10232 to 9.0

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

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


The following commit(s) were added to refs/heads/branch_9x by this push:
     new da48e47  Move CHANGES entry for LUCENE-10232 to 9.0
da48e47 is described below

commit da48e47f3bbe15771a95d1fcef05926e0fa2b718
Author: Greg Miller <gs...@gmail.com>
AuthorDate: Tue Nov 30 14:37:07 2021 -0800

    Move CHANGES entry for LUCENE-10232 to 9.0
---
 lucene/CHANGES.txt | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/lucene/CHANGES.txt b/lucene/CHANGES.txt
index b49e1c8..4d21c0a 100644
--- a/lucene/CHANGES.txt
+++ b/lucene/CHANGES.txt
@@ -51,8 +51,7 @@ Optimizations
 
 Bug Fixes
 ---------------------
-
-* LUCENE-10232: Fix MultiRangeQuery to confirm all dimensions for a given range match. (Greg Miller)
+(No changes)
 
 Other
 ---------------------
@@ -450,6 +449,8 @@ Changes in Backwards Compatibility Policy
   semantic changes like analysis or certain encoding on top of the file format are only supported on
   a best effort basis. (Simon Willnauer)
 
+* LUCENE-10232: Fix MultiRangeQuery to confirm all dimensions for a given range match. (Greg Miller)
+
 Build
 ---------------------