From ddc63adcfdb717c453a0828863c074913916f123 Mon Sep 17 00:00:00 2001 From: Martijn van Groningen Date: Wed, 13 Jul 2011 19:58:13 +0000 Subject: [PATCH] Added missing entries to CHANGES git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1146329 13f79535-47bb-0310-9956-ffa450edef68 --- solr/CHANGES.txt | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/solr/CHANGES.txt b/solr/CHANGES.txt index f6f04d48e11..ab5d8d804d5 100644 --- a/solr/CHANGES.txt +++ b/solr/CHANGES.txt @@ -365,9 +365,10 @@ Bug Fixes * SOLR-2623: Solr JMX MBeans do not survive core reloads (Alexey Serba, shalin) * Fixed grouping bug when start is bigger than rows and format is simple that zero documents are returned even - if there are documents to display. + if there are documents to display. (Martijn van Groningen, Nikhil Chhaochharia) -* SOLR-2564: Fixed ArrayIndexOutOfBoundsException when using simple format and start > 0 +* SOLR-2564: Fixed ArrayIndexOutOfBoundsException when using simple format and + start > 0 (Martijn van Groningen, Matteo Melli) * SOLR-2642: Fixed sorting by function when using grouping. (Thomas Heigl, Martijn van Groningen)