From b67683ea21fe7aebb7cf020565a8bb4c391d8b51 Mon Sep 17 00:00:00 2001 From: David Wayne Smiley Date: Tue, 17 Sep 2013 15:03:19 +0000 Subject: [PATCH] SOLR-5082: removed inadvertent credit to dsmiley git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1524086 13f79535-47bb-0310-9956-ffa450edef68 --- solr/CHANGES.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/solr/CHANGES.txt b/solr/CHANGES.txt index da35fa2590d..875bea0b5ab 100644 --- a/solr/CHANGES.txt +++ b/solr/CHANGES.txt @@ -148,7 +148,7 @@ New Features * SOLR-5082: The encoding of URL-encoded query parameters can be changed with the "ie" (input encoding) parameter, e.g. "select?q=m%FCller&ie=ISO-8859-1". The default is UTF-8. To change the encoding of POSTed content, use the - "Content-Type" HTTP header. (Uwe Schindler, David Smiley) + "Content-Type" HTTP header. (Uwe Schindler) * SOLR-4221: Custom sharding (Noble Paul)