Allowed more than 32767 values in non-embedded mode (fixes #1414)

This commit is contained in:
Benoit Blanchon
2020-10-28 09:23:26 +01:00
parent 9d5c1b3742
commit c711fe592d
4 changed files with 52 additions and 5 deletions

View File

@@ -6,6 +6,7 @@ HEAD
* Fixed error `ambiguous overload for 'operator|'` (issue #1411)
* Fixed `operator|(MemberProxy, JsonObject)` (issue #1415)
* Allowed more than 32767 values in non-embedded mode (issue #1414)
v6.17.0 (2020-10-19)
-------