You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by tf...@apache.org on 2017/05/19 00:13:34 UTC

[13/50] [abbrv] lucene-solr:jira/solr-10233: SOLR-10413: Update CHANGES.txt

SOLR-10413: Update CHANGES.txt


Project: http://git-wip-us.apache.org/repos/asf/lucene-solr/repo
Commit: http://git-wip-us.apache.org/repos/asf/lucene-solr/commit/38205d7a
Tree: http://git-wip-us.apache.org/repos/asf/lucene-solr/tree/38205d7a
Diff: http://git-wip-us.apache.org/repos/asf/lucene-solr/diff/38205d7a

Branch: refs/heads/jira/solr-10233
Commit: 38205d7adab7fc184d510f1fa5af631699f75836
Parents: 896270d
Author: Cao Manh Dat <da...@apache.org>
Authored: Thu May 18 13:59:56 2017 +0700
Committer: Cao Manh Dat <da...@apache.org>
Committed: Thu May 18 13:59:56 2017 +0700

----------------------------------------------------------------------
 solr/CHANGES.txt | 2 ++
 1 file changed, 2 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/lucene-solr/blob/38205d7a/solr/CHANGES.txt
----------------------------------------------------------------------
diff --git a/solr/CHANGES.txt b/solr/CHANGES.txt
index acc29f4..b1584ee 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
 ----------------------