From 030afc5c7d9b3cb6a51ba490e72c171b121ba6ab Mon Sep 17 00:00:00 2001 From: Timothy Potter Date: Tue, 11 Nov 2014 15:45:32 +0000 Subject: [PATCH] SOLR-6662: update changes git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1638190 13f79535-47bb-0310-9956-ffa450edef68 --- solr/CHANGES.txt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/solr/CHANGES.txt b/solr/CHANGES.txt index f11fdad877e..2e5de46014d 100644 --- a/solr/CHANGES.txt +++ b/solr/CHANGES.txt @@ -282,6 +282,9 @@ Bug Fixes it caused long startup times on lage indexes even when it wasn't used. (yonik) +* SOLR-6662: better validation when parsing command-line options that expect a value + (Timothy Potter) + Optimizations ----------------------