From 40fbeddc3b49dff78795d55ff6444fdef607ddbf Mon Sep 17 00:00:00 2001 From: Mark Robert Miller Date: Thu, 23 Jun 2011 14:13:40 +0000 Subject: [PATCH] tweak changes entry SOLR-2610 git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1138890 13f79535-47bb-0310-9956-ffa450edef68 --- solr/CHANGES.txt | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/solr/CHANGES.txt b/solr/CHANGES.txt index 80f1cefd86f..e61ab820a79 100644 --- a/solr/CHANGES.txt +++ b/solr/CHANGES.txt @@ -253,9 +253,10 @@ Documentation Upgrading from Solr 3.2.0 ---------------------- -The SolrCore's CloseHook API has been changed in a backward-incompatible way. -Any custom components which use the SolrCore.addCloseHook method will need to -be modified accordingly. + * SolrCore's CloseHook API has been changed in a backward-incompatible way. It + has been changed from an interface to an abstract class. Any custom + components which use the SolrCore.addCloseHook method will need to + be modified accordingly. New Features ----------------------