Index: CHANGES.txt =================================================================== RCS file: /home/cvspublic/jakarta-lucene/CHANGES.txt,v retrieving revision 1.84 diff -u -r1.84 CHANGES.txt --- CHANGES.txt 11 May 2004 20:12:43 -0000 1.84 +++ CHANGES.txt 20 May 2004 15:37:12 -0000 @@ -28,6 +28,8 @@ 8. Fixed so that FSDirectory's locks still work when the java.io.tmpdir system property is null. (cutting) + 9. Changed FilteredTermEnum's constructor to take no parameters, + as the parameters were ignored anyway (bug #28858) 1.4 RC2