Document my "throws IOException" cleanup. It won't affect many people I think.

git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@150406 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Daniel Naber 2004-08-07 11:36:39 +00:00
parent 683ec6f8dc
commit 1268d0deed
1 changed files with 9 additions and 1 deletions

View File

@ -2,12 +2,20 @@ Lucene Change Log
$Id$
1.9 RC1
1. The API contained methods that declared to throw an IOException
but that never did this. These declarations have been removed. If
your code tries to catch these exceptions you might need to remove
those catch clauses to avoid compile errors. (Daniel Naber)
1.4.1
1. Fixed a performance bug in hit sorting code, where values were not
correctly cached. (Aviran via cutting)
2. Fixed errors in file format documentation. (Naber)
2. Fixed errors in file format documentation. (Daniel Naber)
1.4 final