From bd68541c0fa2e61ba33b30a034894b57625b4fc7 Mon Sep 17 00:00:00 2001
From: Alan Woodward <romseygeek@apache.org>
Date: Fri, 24 Oct 2014 13:42:47 +0000
Subject: [PATCH] Revert backport

git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1634051 13f79535-47bb-0310-9956-ffa450edef68
---
 lucene/CHANGES.txt | 10 +++-------
 1 file changed, 3 insertions(+), 7 deletions(-)

diff --git a/lucene/CHANGES.txt b/lucene/CHANGES.txt
index a8b0f4bb8ca..5287a9d91c3 100644
--- a/lucene/CHANGES.txt
+++ b/lucene/CHANGES.txt
@@ -70,6 +70,9 @@ New Features
   exiting requests that take too long to enumerate over terms. (Anshum Gupta, Steve Rowe,
   Robert Muir)
 
+* LUCENE-5911: Add MemoryIndex.freeze() to allow thread-safe searching over a 
+  MemoryIndex. (Alan Woodward, David Smiley, Robert Muir)
+
 * LUCENE-5969: Lucene 5.0 has a new index format with mismatched file detection,
   improved exception handling, and indirect norms encoding for sparse fields.
   (Mike McCandless, Ryan Ernst, Robert Muir)
@@ -271,13 +274,6 @@ Other
 
 * LUCENE-5915: Remove Pulsing postings format. (Robert Muir)
 
-======================= Lucene 4.10.2 ======================
-
-New features
-
-* LUCENE-5911: Add MemoryIndex.freeze() to allow thread-safe searching over a 
-  MemoryIndex. (Alan Woodward, David Smiley, Robert Muir)
-
 ======================= Lucene 4.10.1 ======================
 
 Bug fixes