You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by ds...@apache.org on 2018/10/08 03:17:40 UTC

lucene-solr:master: Solr CHANGES.txt: forgot leading "*"

Repository: lucene-solr
Updated Branches:
  refs/heads/master 367bdf7f7 -> 49285e842


Solr CHANGES.txt: forgot leading "*"


Project: http://git-wip-us.apache.org/repos/asf/lucene-solr/repo
Commit: http://git-wip-us.apache.org/repos/asf/lucene-solr/commit/49285e84
Tree: http://git-wip-us.apache.org/repos/asf/lucene-solr/tree/49285e84
Diff: http://git-wip-us.apache.org/repos/asf/lucene-solr/diff/49285e84

Branch: refs/heads/master
Commit: 49285e8423292cc20c66123853af1b759ff52efc
Parents: 367bdf7
Author: David Smiley <ds...@apache.org>
Authored: Sun Oct 7 23:17:33 2018 -0400
Committer: David Smiley <ds...@apache.org>
Committed: Sun Oct 7 23:17:33 2018 -0400

----------------------------------------------------------------------
 solr/CHANGES.txt | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/lucene-solr/blob/49285e84/solr/CHANGES.txt
----------------------------------------------------------------------
diff --git a/solr/CHANGES.txt b/solr/CHANGES.txt
index 4fea2ff..ac93a63 100644
--- a/solr/CHANGES.txt
+++ b/solr/CHANGES.txt
@@ -59,13 +59,13 @@ Upgrade Notes
 New Features
 ----------------------
 
-SOLR-12591: Expand the set of recognized date format patterns of schemaless mode to subsume those handled by the
+* SOLR-12591: Expand the set of recognized date format patterns of schemaless mode to subsume those handled by the
   "extract" contrib (Solr Cell / Tika).  This is primarily a change in configuration of the default configSet for more
   patterns, but also included enabling "lenient" parsing in ParseDateFieldUpdateProcessorFactory.  The default
   locale was changed from ROOT to en_US since well-known patterns assume this locale.
   (David Smiley, Bar Rotstein)
 
-SOLR-12593: The default configSet now includes an "ignored_*" dynamic field.  (David Smiley)
+* SOLR-12593: The default configSet now includes an "ignored_*" dynamic field.  (David Smiley)
 
 Optimizations
 ----------------------