You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by mu...@apache.org on 2019/10/22 18:09:40 UTC

[lucene-solr] branch branch_8_3 updated: SOLR-12368: fix indent in changes entry

This is an automated email from the ASF dual-hosted git repository.

munendrasn pushed a commit to branch branch_8_3
in repository https://gitbox.apache.org/repos/asf/lucene-solr.git


The following commit(s) were added to refs/heads/branch_8_3 by this push:
     new d5fab53  SOLR-12368: fix indent in changes entry
d5fab53 is described below

commit d5fab53bafb7844293421a42c19146715f909819
Author: Munendra S N <mu...@apache.org>
AuthorDate: Tue Oct 22 23:37:51 2019 +0530

    SOLR-12368: fix indent in changes entry
---
 solr/CHANGES.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/solr/CHANGES.txt b/solr/CHANGES.txt
index d255ea5..0a48b41 100644
--- a/solr/CHANGES.txt
+++ b/solr/CHANGES.txt
@@ -83,7 +83,7 @@ Improvements
 ----------------------
 
 * SOLR-12368: Support InPlace DV updates for a field that does not yet exist in any documents
-(hossman, Simon Willnauer, Adrien Grand, Munendra S N)
+  (hossman, Simon Willnauer, Adrien Grand, Munendra S N)
 
 * SOLR-13558, SOLR-13693: Allow dynamic resizing of SolrCache-s. (ab)