From 38205d7adab7fc184d510f1fa5af631699f75836 Mon Sep 17 00:00:00 2001 From: Cao Manh Dat Date: Thu, 18 May 2017 13:59:56 +0700 Subject: [PATCH] SOLR-10413: Update CHANGES.txt --- solr/CHANGES.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/solr/CHANGES.txt b/solr/CHANGES.txt index acc29f46927..b1584ee2538 100644 --- a/solr/CHANGES.txt +++ b/solr/CHANGES.txt @@ -113,6 +113,8 @@ Bug Fixes * SOLR-10412: v2 API: many API command specification properties are typed "number" but should instead be typed "integer" (Steve Rowe, Cao Manh Dat) +* SOLR-10413: v2 API: parsed JSON type should be coerced to expected type (Cao Manh Dat, Noble Paul) + Optimizations ----------------------