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/11/28 18:48:43 UTC

[08/10] lucene-solr:jira/http2: SOLR-12398: retroactively add CHANGES.txt back-compat break for 7.5

SOLR-12398: retroactively add CHANGES.txt back-compat break for 7.5


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

Branch: refs/heads/jira/http2
Commit: 2611c22b6b00d73f6ae1fc6996e029f73ee7458d
Parents: ecce083
Author: David Smiley <ds...@apache.org>
Authored: Wed Nov 28 07:21:34 2018 -0800
Committer: David Smiley <ds...@apache.org>
Committed: Wed Nov 28 07:21:34 2018 -0800

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


http://git-wip-us.apache.org/repos/asf/lucene-solr/blob/2611c22b/solr/CHANGES.txt
----------------------------------------------------------------------
diff --git a/solr/CHANGES.txt b/solr/CHANGES.txt
index 1b5e1ad..a5d1dc2 100644
--- a/solr/CHANGES.txt
+++ b/solr/CHANGES.txt
@@ -394,6 +394,9 @@ Upgrade Notes
   WINDOWS USERS: This JIRA corrects a bug in the start scripts that put example logs under ...\server, solr.log is
   now under ...\example. (Erick Erickson)
 
+* SOLR-12398: The heatmap facet response structure, when returned in JSON, changed from an even/odd name/value array to
+  an object style.  Although the object style makes more sense, this was an overlooked back-compat break; sorry.
+
 
 New Features
 ----------------------