tweak changes entry SOLR-2610

git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1138890 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Mark Robert Miller 2011-06-23 14:13:40 +00:00
parent f189febe29
commit 40fbeddc3b
1 changed files with 4 additions and 3 deletions

View File

@ -253,8 +253,9 @@ 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
* 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