LUCENE-5515: Added author to CHANGES.txt entry

git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1578308 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Martijn van Groningen 2014-03-17 11:22:38 +00:00
parent f31b34e717
commit 396c06c75b
1 changed files with 1 additions and 1 deletions

View File

@ -148,7 +148,7 @@ Optimizations
* LUCENE-5515: Improved TopDocs#merge to create a merged ScoreDoc
array with length of at most equal to the specified size instead of length
equal to at most from + size as was before.
equal to at most from + size as was before. (Martijn van Groningen)
Bug fixes