From 2611c22b6b00d73f6ae1fc6996e029f73ee7458d Mon Sep 17 00:00:00 2001 From: David Smiley Date: Wed, 28 Nov 2018 07:21:34 -0800 Subject: [PATCH] SOLR-12398: retroactively add CHANGES.txt back-compat break for 7.5 --- solr/CHANGES.txt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/solr/CHANGES.txt b/solr/CHANGES.txt index 1b5e1ad6872..a5d1dc22542 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 ----------------------