From a10a989263dc2469f8b4fd6d656cc999ec508533 Mon Sep 17 00:00:00 2001 From: Joel Bernstein Date: Tue, 29 Jan 2019 21:45:55 -0500 Subject: [PATCH] SOLR-13088: Update CHANGES.txt --- solr/CHANGES.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/solr/CHANGES.txt b/solr/CHANGES.txt index 90e97460e3f..6e04aff86b5 100644 --- a/solr/CHANGES.txt +++ b/solr/CHANGES.txt @@ -283,6 +283,8 @@ New Features * SOLR-12984: The search Streaming Expression should properly support and push down paging when using the /select handler (Joel Bernstein) +* SOLR-13088: Add zplot Stream Evaluator to plot math expressions in Apache Zeppelin (Joel Bernstein) + Bug Fixes ----------------------