From bc1d7789efdffe8edb461cd4ac87285b2460552e Mon Sep 17 00:00:00 2001 From: Grant Ingersoll Date: Thu, 24 Jan 2008 15:01:03 +0000 Subject: [PATCH] LUCENE-1137 git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@614892 13f79535-47bb-0310-9956-ffa450edef68 --- CHANGES.txt | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGES.txt b/CHANGES.txt index 89f5c5c2672..d6c1eae81c6 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -1,4 +1,4 @@ -Lucene Change Log +Lucene Change Log $Id$ ======================= Trunk (not yet released) ======================= @@ -11,6 +11,9 @@ Bug fixes New features +1. LUCENE-1137: Added Token.set/getFlags() accessors for passing more information about a Token through the analysis + process. The flag is not indexed/stored and is thus only used by analysis. + Optimizations Documentation @@ -19,7 +22,7 @@ Build Test Cases -======================= Release 2.3.0 2008-01-23 ======================= +======================= Release 2.3.0 2008-01-21 ======================= Changes in runtime behavior