SOLR-8888: Update CHANGES.txt

This commit is contained in:
jbernste 2016-03-31 20:56:44 -04:00
parent ffdfceba53
commit 586afc3db1
1 changed files with 5 additions and 0 deletions

View File

@ -56,6 +56,11 @@ New Features
* SOLR-8890: New static method in DistributedUpdateProcessorFactory to allow UpdateProcessorFactories
to indicate request params that should be forwarded when DUP distributes updates. (hossman)
* SOLR-8888: Add shortestPath Streaming Expression. This expression performs a breadth first
graph traversal to find the shortest path(s) in an unweighted, directed graph stored in a
SolrCloud collection. (Joel Bernstein)
Bug Fixes
----------------------