SOLR-13679: move changes entry to bug fix section

This commit is contained in:
Munendra S N 2019-08-05 10:39:22 +05:30
parent 84a62a5d87
commit 6fc042dd6d
1 changed files with 3 additions and 3 deletions

View File

@ -128,6 +128,9 @@ Bug Fixes
* SOLR-13664: Fixed SolrTestCaseJ4.deleteCore() to properly reset the dataDir used by initCore() * SOLR-13664: Fixed SolrTestCaseJ4.deleteCore() to properly reset the dataDir used by initCore()
(hossman) (hossman)
* SOLR-13679: Default style of ExplainDocTransformer registered via solrconfig.xml should be same as default style
of ExplainDocTransformer registered in defaultFactories (Munendra S N)
Other Changes Other Changes
---------------------- ----------------------
@ -143,9 +146,6 @@ Other Changes
* SOLR-13659: Refactor CacheConfig to lazily load the the implementation class (noble) * SOLR-13659: Refactor CacheConfig to lazily load the the implementation class (noble)
* SOLR-13679: Default style of ExplainDocTransformer registered via solrconfig.xml should be same as default style
of ExplainDocTransformer registered in defaultFactories (Munendra S N)
================== 8.2.0 ================== ================== 8.2.0 ==================
Consult the LUCENE_CHANGES.txt file for additional, low level, changes in this release. Consult the LUCENE_CHANGES.txt file for additional, low level, changes in this release.