From 32fe89229322a30c862763d83a307ace739edca5 Mon Sep 17 00:00:00 2001 From: Joel Bernstein Date: Fri, 5 Apr 2019 09:08:30 -0400 Subject: [PATCH] SOLR-13374: Update CHANGES.txt --- solr/CHANGES.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/solr/CHANGES.txt b/solr/CHANGES.txt index 51d61aa1cbf..24b8a2a1b3f 100644 --- a/solr/CHANGES.txt +++ b/solr/CHANGES.txt @@ -104,6 +104,8 @@ New Features a back-compat check of the .system collection to notify users of potential compatibility issues after upgrades or schema changes. (ab) +* SOLR-13374: Add fetchSize parameter to the jdbc Streaming Expression (Joel Bernstein) + Bug Fixes ----------------------