From 722e52db364345b71ac2e6ce93881fc5b3b895fc Mon Sep 17 00:00:00 2001 From: Uwe Schindler Date: Mon, 3 May 2010 13:32:12 +0000 Subject: [PATCH] LUCENE-2400: Missed name in changes git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@940452 13f79535-47bb-0310-9956-ffa450edef68 --- lucene/contrib/CHANGES.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/lucene/contrib/CHANGES.txt b/lucene/contrib/CHANGES.txt index acda85b84f3..2ad76ed5b26 100644 --- a/lucene/contrib/CHANGES.txt +++ b/lucene/contrib/CHANGES.txt @@ -148,6 +148,7 @@ New features * LUCENE-2400: ShingleFilter was changed to don't output all-filler shingles and unigrams, and uses a more performant algorithm to build grams using a linked list of AttributeSource.cloneAttributes() instances and the new copyTo() method. + (Steven Rowe via Uwe Schindler) Build