Set version to 6.9.0

This commit is contained in:
Benoit Blanchon
2019-02-26 08:43:45 +01:00
parent c9d6bd76c9
commit 21998890d4
5 changed files with 7 additions and 7 deletions

View File

@@ -1,8 +1,8 @@
ArduinoJson: change log
=======================
HEAD
----
v6.9.0 (2019-02-26)
------
* Decode escaped Unicode characters like \u00DE (issue #304, PR #791)
Many thanks to Daniel Schulte (aka @trilader) who implemented this feature.