Updated CHANGES.txt to reference fix for SOLR-2829. False-positives on cache hits.

git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1198034 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Erick Erickson 2011-11-05 19:40:03 +00:00
parent 130ec534c5
commit 155775076f
1 changed files with 3 additions and 1 deletions

View File

@ -264,7 +264,9 @@ Bug Fixes
rather than loading URL content streams automatically regardless of use.
(David Smiley and Ryan McKinley via ehatcher)
* SOLR-2829: Fix problem with false-positives due to incorrect
equals methods. (Yonik Seeley, Hossman, Erick Erickson.
Marc Tinnemeyer caught the bug)
Other Changes
----------------------