mirror of https://github.com/apache/lucene.git
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:
parent
683ec6f8dc
commit
1268d0deed
10
CHANGES.txt
10
CHANGES.txt
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue