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,9 +253,10 @@ Documentation
Upgrading from Solr 3.2.0 Upgrading from Solr 3.2.0
---------------------- ----------------------
The SolrCore's CloseHook API has been changed in a backward-incompatible way. * SolrCore's CloseHook API has been changed in a backward-incompatible way. It
Any custom components which use the SolrCore.addCloseHook method will need to has been changed from an interface to an abstract class. Any custom
be modified accordingly. components which use the SolrCore.addCloseHook method will need to
be modified accordingly.
New Features New Features
---------------------- ----------------------