From b7c5482d3e1745952ef5de796885cb28095f75be Mon Sep 17 00:00:00 2001 From: Dennis Gove Date: Thu, 14 Apr 2016 21:48:10 -0400 Subject: [PATCH] SOLR-8962: Fixes incorrectly attributed JIRA ticket in CHANGES.txt --- solr/CHANGES.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/solr/CHANGES.txt b/solr/CHANGES.txt index 1e1e7d952b3..9987ecb76a1 100644 --- a/solr/CHANGES.txt +++ b/solr/CHANGES.txt @@ -93,7 +93,7 @@ New Features * SOLR-8976: Add SolrJ support for REBALANCELEADERS Collections API (Anshum Gupta) -* SOLR-8961: Add sort Streaming Expression. The expression takes a single input stream and a +* SOLR-8962: Add sort Streaming Expression. The expression takes a single input stream and a comparator and outputs tuples in stable order of the comparator. (Dennis Gove) Bug Fixes