diff --git a/solr/CHANGES.txt b/solr/CHANGES.txt index 2c5fc28033d..5224f1b7386 100644 --- a/solr/CHANGES.txt +++ b/solr/CHANGES.txt @@ -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 ----------------------