Fixed conflicts with isnan() and isinf() macros (fixes #752)

This commit is contained in:
Benoit Blanchon
2018-06-11 12:21:50 +02:00
parent 393f352b70
commit c3403ed72d
4 changed files with 21 additions and 4 deletions

View File

@@ -1,6 +1,11 @@
ArduinoJson: change log
=======================
HEAD
----
* Fixed conflicts with `isnan()` and `isinf()` macros (issue #752)
v6.0.0-beta
-----------