You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by up...@apache.org on 2015/11/04 12:36:02 UTC

svn commit: r1712535 - /lucene/dev/trunk/solr/CHANGES.txt

Author: upayavira
Date: Wed Nov  4 11:36:02 2015
New Revision: 1712535

URL: http://svn.apache.org/viewvc?rev=1712535&view=rev
Log:
SOLR-8139, SOLR-8199 update CHANGES.txt

Modified:
    lucene/dev/trunk/solr/CHANGES.txt

Modified: lucene/dev/trunk/solr/CHANGES.txt
URL: http://svn.apache.org/viewvc/lucene/dev/trunk/solr/CHANGES.txt?rev=1712535&r1=1712534&r2=1712535&view=diff
==============================================================================
--- lucene/dev/trunk/solr/CHANGES.txt (original)
+++ lucene/dev/trunk/solr/CHANGES.txt Wed Nov  4 11:36:02 2015
@@ -183,7 +183,7 @@ New Features
 
 * SOLR-4388: In Angular UI, add a Collections UI when in cloud mode (Upayavira)
 
-* SOLR-7858: Add links between original and new Admin UIs (Upayavira)
+* SOLR-7858, SOLR-8199: Add links between original and new Admin UIs (Upayavira)
 
 * SOLR-7888: Analyzing suggesters can now filter suggestions by a context field (Arcadius Ahouansou, janhoy)
 
@@ -193,6 +193,8 @@ New Features
 * SOLR-8113: CloneFieldUpdateProcessorFactory now supports choosing a "dest" field name based on a regex
   pattern and replacement init options. (Gus Heck, hossman)
 
+* SOLR-8139: Create/delete fields/dynamic fields/copy fields via schema tab on Angular UI
+
 Bug Fixes
 ----------------------