diff --git a/CHANGES.txt b/CHANGES.txt index 9c3a22377c7..6f6b4e55bf7 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -72,8 +72,8 @@ New features 11. Added NumberTools, a utility class indexing numeric fields. (adapted from code contributed by Matt Quail; committed by Erik) -12. Added public static CompoundFileReader.main(String[] args) method. - CompoundFileReader can now be used directly at command line level +12. Added public static IndexReader.main(String[] args) method. + IndexReader can now be used directly at command line level to list and optionally extract the individual files from an existing compound index file. (adapted from code contributed by Garrett Rooney; committed by Bernhard)