From 14f2a82e283138cc0b960a1e3871cd643f347c15 Mon Sep 17 00:00:00 2001 From: Mark Robert Miller Date: Thu, 2 Jul 2009 15:38:07 +0000 Subject: [PATCH] fix header formatting for changes-to-html git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@790628 13f79535-47bb-0310-9956-ffa450edef68 --- CHANGES.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGES.txt b/CHANGES.txt index 214e490662e..96bba643a01 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -127,7 +127,7 @@ Changes in runtime behavior is failing to close reader/writers. (Brian Groose via Mike McCandless) - API Changes +API Changes 1. LUCENE-1419: Add expert API to set custom indexing chain. This API is package-protected for now, so we don't have to officially support it. @@ -343,7 +343,7 @@ Bug fixes 16. LUCENE-1681: Fix infinite loop caused by a call to DocValues methods getMinValue, getMaxValue, getAverageValue. (Simon Willnauer via Mark Miller) - New features +New features 1. LUCENE-1411: Added expert API to open an IndexWriter on a prior commit, obtained from IndexReader.listCommits. This makes it