document xslt functionality moving to scripting contrib module

This commit is contained in:
epugh@opensourceconnections.com 2021-02-15 13:19:56 -05:00
parent e6d9eaaf00
commit ee447d1516
1 changed files with 2 additions and 0 deletions

View File

@ -203,6 +203,8 @@ Other Changes
* SOLR-14928: Allow cluster state updates to be done in a distributed fashion without going through Overseer (Ilan Ginzburg)
* SOLR-15121: Move XSLT (tr param) response writer and update request handler to scripting contrib. (Eric Pugh, David Smiley)
Bug Fixes
---------------------
* SOLR-14546: Fix for a relatively hard to hit issue in OverseerTaskProcessor that could lead to out of order execution