You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by iv...@apache.org on 2018/10/15 07:01:31 UTC

lucene-solr:branch_7x: Add entry in CHANGES.txt

Repository: lucene-solr
Updated Branches:
  refs/heads/branch_7x 088f21e65 -> 05ec77ed0


Add entry in 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/05ec77ed
Tree: http://git-wip-us.apache.org/repos/asf/lucene-solr/tree/05ec77ed
Diff: http://git-wip-us.apache.org/repos/asf/lucene-solr/diff/05ec77ed

Branch: refs/heads/branch_7x
Commit: 05ec77ed0933982e853511ed633583dd4ec2d71c
Parents: 088f21e
Author: iverase <iv...@apache.org>
Authored: Mon Oct 15 09:00:53 2018 +0200
Committer: iverase <iv...@apache.org>
Committed: Mon Oct 15 09:00:53 2018 +0200

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


http://git-wip-us.apache.org/repos/asf/lucene-solr/blob/05ec77ed/lucene/CHANGES.txt
----------------------------------------------------------------------
diff --git a/lucene/CHANGES.txt b/lucene/CHANGES.txt
index f7db9c0..531f228 100644
--- a/lucene/CHANGES.txt
+++ b/lucene/CHANGES.txt
@@ -19,6 +19,9 @@ Bug fixes:
 * LUCENE-8479: QueryBuilder#analyzeGraphPhrase now throws TooManyClause exception
   if the number of expanded path reaches the BooleanQuery#maxClause limit. (Jim Ferenczi)
 
+* LUCENE-8522: throw InvalidShapeException when constructing a polygon and
+  all points are coplanar. (Ignacio Vera)
+
 New Features
 
 * LUCENE-8496: Selective indexing - modify BKDReader/BKDWriter to allow users