LUCENE-5727: add CHANGES entry

git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1599478 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Robert Muir 2014-06-03 11:21:51 +00:00
parent 2eed3f94d3
commit 37fa9bbe59
1 changed files with 2 additions and 0 deletions

View File

@ -136,6 +136,8 @@ Changes in Backwards Compatibility Policy
* LUCENE-4371: Removed IndexInputSlicer and Directory.createSlicer() and replaced
with IndexInput.slice(). (Robert Muir)
* LUCENE-5727: Remove IndexOutput.seek (Robert Muir)
API Changes
* LUCENE-5725: MoreLikeThis#like now accetps multiple values per field.