From 8ad221ee8ea5ccc23b96c6e3ce9ee28d69b2c90c Mon Sep 17 00:00:00 2001 From: Steven Rowe Date: Tue, 9 Jul 2013 03:46:11 +0000 Subject: [PATCH] SOLR-5010: tweak CHANGES.txt entry to refer to full copyFields creation capabilities git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1501054 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 d6d140383f0..4daf08e5c1e 100644 --- a/solr/CHANGES.txt +++ b/solr/CHANGES.txt @@ -157,7 +157,7 @@ New Features * SOLR-5003: CSV Update Handler supports optionally adding the line number/row id to a document (gsingers) -* SOLR-5010: Add support for creating copy fields to the Fields REST API (gsingers) +* SOLR-5010: Add support for creating copy fields to the Schema REST API (gsingers) Bug Fixes ----------------------