LUCENE-1972: better CHANGES.txt with also varargs Sort API

git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@824699 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Uwe Schindler 2009-10-13 11:20:17 +00:00
parent 594c9a35f7
commit 587c951273
1 changed files with 3 additions and 2 deletions

View File

@ -58,8 +58,9 @@ API Changes
* LUCENE-1972: Remove deprecated ExtendedFieldCache, custom and auto
caches, SortField.AUTO, deprecated custom sort, deprecated sorting
HitCollectors, deprecated TopDocs HitCollectors, legacy search
(Uwe Schindler)
HitCollectors, deprecated TopDocs HitCollectors, legacy search.
Make new Sort(SortField...) and Sort.setSort(SortField...) varargs-
enabled. (Uwe Schindler)
Bug fixes