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:12 UTC

svn commit: r1712536 - /lucene/dev/branches/branch_5x/solr/CHANGES.txt

Author: upayavira
Date: Wed Nov  4 11:36:12 2015
New Revision: 1712536

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

Modified:
    lucene/dev/branches/branch_5x/solr/CHANGES.txt

Modified: lucene/dev/branches/branch_5x/solr/CHANGES.txt
URL: http://svn.apache.org/viewvc/lucene/dev/branches/branch_5x/solr/CHANGES.txt?rev=1712536&r1=1712535&r2=1712536&view=diff
==============================================================================
--- lucene/dev/branches/branch_5x/solr/CHANGES.txt (original)
+++ lucene/dev/branches/branch_5x/solr/CHANGES.txt Wed Nov  4 11:36:12 2015
@@ -71,7 +71,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)
 
@@ -81,6 +81,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
 ----------------------