Set version to 6.13.0

This commit is contained in:
Benoit Blanchon
2019-11-01 10:32:45 +01:00
parent 8721ac88b1
commit 1b8107094f
6 changed files with 8 additions and 8 deletions

View File

@@ -1,8 +1,8 @@
ArduinoJson: change log
=======================
HEAD
----
v6.13.0 (2019-11-01)
-------
* Added support for custom writer/reader classes (issue #1088)
* Added conversion from `JsonArray` and `JsonObject` to `bool`, to be consistent with `JsonVariant`