Added custom implementation of ftoa (issues #266, #267, #269 and #270)

This commit is contained in:
Benoit Blanchon
2016-04-28 18:54:14 +02:00
parent f9f002c8f7
commit a138791964
15 changed files with 396 additions and 139 deletions

View File

@@ -4,7 +4,8 @@ ArduinoJson: change log
HEAD
----
* Fix `unsigned long` printed as `signed long` (issue #170)
* Added custom implementation of `ftoa` (issues #266, #267, #269 and #270)
* Fixed `unsigned long` printed as `signed long` (issue #170)
v5.2.0
------