You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by ab...@apache.org on 2018/04/10 14:12:21 UTC

[42/50] lucene-solr:jira/solr-12181: LUCENE-8243: Add original finder to the attribution list in the CHANGES.TXT

LUCENE-8243: Add original finder to the attribution list in the CHANGES.TXT


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

Branch: refs/heads/jira/solr-12181
Commit: a49543b48aaec44c0735f6f41e6e455354720b9c
Parents: 3530397
Author: Simon Willnauer <si...@apache.org>
Authored: Mon Apr 9 09:16:30 2018 +0200
Committer: Simon Willnauer <si...@apache.org>
Committed: Mon Apr 9 09:16:30 2018 +0200

----------------------------------------------------------------------
 lucene/CHANGES.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/lucene-solr/blob/a49543b4/lucene/CHANGES.txt
----------------------------------------------------------------------
diff --git a/lucene/CHANGES.txt b/lucene/CHANGES.txt
index 1baeb7f..74efacc 100644
--- a/lucene/CHANGES.txt
+++ b/lucene/CHANGES.txt
@@ -131,7 +131,7 @@ Bug Fixes
 
 * LUCENE-8243: IndexWriter.addIndexes(Directory[]) did not properly preserve
   index file names for updated doc values fields (Simon Willnauer,
-  Michael McCandless)
+  Michael McCandless, Nhat Nguyen)
 
 Other