You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by br...@apache.org on 2020/07/15 14:13:05 UTC

[lucene-solr] branch branch_8x updated: Sync CHANGES for 8.6.0

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

broustant pushed a commit to branch branch_8x
in repository https://gitbox.apache.org/repos/asf/lucene-solr.git


The following commit(s) were added to refs/heads/branch_8x by this push:
     new 7fbfc02  Sync CHANGES for 8.6.0
7fbfc02 is described below

commit 7fbfc0223ea069ce09078714c54d7da01e4dd307
Author: Bruno Roustant <br...@salesforce.com>
AuthorDate: Wed Jul 15 16:12:58 2020 +0200

    Sync CHANGES for 8.6.0
---
 lucene/CHANGES.txt | 10 +++++-----
 solr/CHANGES.txt   |  4 ++--
 2 files changed, 7 insertions(+), 7 deletions(-)

diff --git a/lucene/CHANGES.txt b/lucene/CHANGES.txt
index c095422..05ca341 100644
--- a/lucene/CHANGES.txt
+++ b/lucene/CHANGES.txt
@@ -16,7 +16,10 @@ New Features
 
 Improvements
 ---------------------
-(No changes)
+
+* LUCENE-8574: Add a new ExpressionValueSource which will enforce only one value per name
+  per hit in dependencies, ExpressionFunctionValues will no longer
+  recompute already computed values (Haoyu Zhai)
 
 Optimizations
 ---------------------
@@ -24,10 +27,7 @@ Optimizations
 
 Bug Fixes
 ---------------------
-
-* LUCENE-8574: Add a new ExpressionValueSource which will enforce only one value per name
-  per hit in dependencies, ExpressionFunctionValues will no longer
-  recompute already computed values (Haoyu Zhai)
+(No changes)
 
 Other
 ---------------------
diff --git a/solr/CHANGES.txt b/solr/CHANGES.txt
index 1db7bfb..6d2c2c7 100644
--- a/solr/CHANGES.txt
+++ b/solr/CHANGES.txt
@@ -6,7 +6,7 @@ https://github.com/apache/lucene-solr/blob/master/solr/solr-ref-guide/src/solr-u
 
 ==================  8.7.0 ==================
 
-Consult the LUCENE_CHANGES.txt file for additional, low level, changes in this release.
+Consult the lucene/CHANGES.txt file for additional, low level, changes in this release.
 
 New Features
 ---------------------
@@ -56,7 +56,7 @@ Other Changes
 
 ==================  8.6.0 ==================
 
-Consult the LUCENE_CHANGES.txt file for additional, low level, changes in this release.
+Consult the lucene/CHANGES.txt file for additional, low level, changes in this release.
 
 New Features
 ---------------------