You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by jp...@apache.org on 2021/11/02 09:36:18 UTC

[lucene] branch main updated: LUCENE-10103: Move CHANGES entry to correct version.

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

jpountz 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 cc2a31f  LUCENE-10103: Move CHANGES entry to correct version.
cc2a31f is described below

commit cc2a31f2be843935a67c0fdcd3478a65970e791d
Author: Adrien Grand <jp...@gmail.com>
AuthorDate: Tue Nov 2 10:35:55 2021 +0100

    LUCENE-10103: Move CHANGES entry to correct version.
---
 lucene/CHANGES.txt | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/lucene/CHANGES.txt b/lucene/CHANGES.txt
index 3b02df9..4bbc354 100644
--- a/lucene/CHANGES.txt
+++ b/lucene/CHANGES.txt
@@ -320,8 +320,6 @@ Improvements
 * LUCENE-10145, LUCENE-10153: Faster flushes and merges of points by leveraging
   VarHandles. (Adrien Grand)
 
-* LUCENE-10103: Make QueryCache respect Accountable queries. (Haoyu Zhai)
-
 * LUCENE-10201: Spatial-Extras: Upgrading Spatial4j to 0.8 improving a varitety of minor things.
   See release notes. https://github.com/locationtech/spatial4j/releases/tag/spatial4j-0.8
   (David Smiley)
@@ -467,6 +465,8 @@ Improvements
 * LUCENE-9662: Make CheckIndex concurrent by parallelizing index check across segments.
   (Zach Chen, Mike McCandless, Dawid Weiss, Robert Muir)
 
+* LUCENE-10103: Make QueryCache respect Accountable queries. (Haoyu Zhai)
+
 Optimizations
 ---------------------