You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by ab...@apache.org on 2017/12/04 17:48:48 UTC

[04/50] lucene-solr:jira/solr-11458-2: LUCENE-8061: Update CHANGES.txt

LUCENE-8061: Update CHANGES.txt


Project: http://git-wip-us.apache.org/repos/asf/lucene-solr/repo
Commit: http://git-wip-us.apache.org/repos/asf/lucene-solr/commit/360328b7
Tree: http://git-wip-us.apache.org/repos/asf/lucene-solr/tree/360328b7
Diff: http://git-wip-us.apache.org/repos/asf/lucene-solr/diff/360328b7

Branch: refs/heads/jira/solr-11458-2
Commit: 360328b7c6e2252a68054cc5471fd0786e0d946e
Parents: 927cee0
Author: Karl Wright <Da...@gmail.com>
Authored: Wed Nov 22 15:06:10 2017 -0500
Committer: Karl Wright <Da...@gmail.com>
Committed: Wed Nov 22 15:06:50 2017 -0500

----------------------------------------------------------------------
 lucene/CHANGES.txt | 3 +++
 1 file changed, 3 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/lucene-solr/blob/360328b7/lucene/CHANGES.txt
----------------------------------------------------------------------
diff --git a/lucene/CHANGES.txt b/lucene/CHANGES.txt
index 6c9f702..a77ea34 100644
--- a/lucene/CHANGES.txt
+++ b/lucene/CHANGES.txt
@@ -72,6 +72,9 @@ API Changes
 
 New Features
 
+* LUCENE-8061: Add convenience factory methods to create BBoxes and XYZSolids
+  directly from bounds objects.
+  
 * LUCENE-7736: IndexReaderFunctions expose various IndexReader statistics as
   DoubleValuesSources. (Alan Woodward)