Set version to 6.10.0

This commit is contained in:
Benoit Blanchon
2019-03-22 22:01:46 +01:00
parent 6ec5ba521b
commit afd033e9c9
5 changed files with 8 additions and 8 deletions

View File

@@ -1,8 +1,8 @@
ArduinoJson: change log
=======================
HEAD
----
v6.10.0 (2019-03-22)
-------
* Fixed an integer overflow in the JSON deserializer
* Added overflow handling in `JsonVariant::as<T>()` and `JsonVariant::is<T>()`.