You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by nk...@apache.org on 2016/02/05 20:36:47 UTC

lucene-solr git commit: update lucene CHANGES.txt

Repository: lucene-solr
Updated Branches:
  refs/heads/master 665041c52 -> 207f7f92b


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

Branch: refs/heads/master
Commit: 207f7f92bbccf2d9d9331b45d965a225c52fea4d
Parents: 665041c
Author: nknize <nk...@apache.org>
Authored: Fri Feb 5 13:36:33 2016 -0600
Committer: nknize <nk...@apache.org>
Committed: Fri Feb 5 13:36:33 2016 -0600

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


http://git-wip-us.apache.org/repos/asf/lucene-solr/blob/207f7f92/lucene/CHANGES.txt
----------------------------------------------------------------------
diff --git a/lucene/CHANGES.txt b/lucene/CHANGES.txt
index df6723e..5ab1f904 100644
--- a/lucene/CHANGES.txt
+++ b/lucene/CHANGES.txt
@@ -143,6 +143,9 @@ New Features
 
 API Changes
 
+* LUCENE-6997: refactor sandboxed GeoPointField and query classes to lucene-spatial 
+  module (Nick Knize)
+
 * LUCENE-6908: GeoUtils static relational methods have been refactored to new 
   GeoRelationUtils and now correctly handle large irregular rectangles, and
   pole crossing distance queries. (Nick Knize)