From 1268d0deed80deee51f49d09acaa4ad04872fbe4 Mon Sep 17 00:00:00 2001 From: Daniel Naber Date: Sat, 7 Aug 2004 11:36:39 +0000 Subject: [PATCH] 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 --- CHANGES.txt | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGES.txt b/CHANGES.txt index 6ecb4bb80bb..aee501a288a 100644 --- a/CHANGES.txt +++ b/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