SOLR-2610: improve changes entry on CloseHook change

git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1139285 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Mark Robert Miller 2011-06-24 12:59:58 +00:00
parent 8b8932d58a
commit a23091d9df
1 changed files with 2 additions and 1 deletions

View File

@ -256,7 +256,8 @@ Upgrading from Solr 3.2.0
* 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.
be modified accordingly. To migrate, put your old CloseHook#close impl into
CloseHook#preClose.
New Features
----------------------