You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by da...@apache.org on 2018/10/16 22:53:50 UTC

[35/50] [abbrv] lucene-solr:jira/http2: Add entry in CHANGES.txt

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

Branch: refs/heads/jira/http2
Commit: a312c0db055b9ac7926c043b3737545cac0d4f55
Parents: a5665d8
Author: iverase <iv...@apache.org>
Authored: Mon Oct 15 09:00:09 2018 +0200
Committer: iverase <iv...@apache.org>
Committed: Mon Oct 15 09:00:09 2018 +0200

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


http://git-wip-us.apache.org/repos/asf/lucene-solr/blob/a312c0db/lucene/CHANGES.txt
----------------------------------------------------------------------
diff --git a/lucene/CHANGES.txt b/lucene/CHANGES.txt
index 941e603..7a181bd 100644
--- a/lucene/CHANGES.txt
+++ b/lucene/CHANGES.txt
@@ -192,6 +192,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