Added detection of Atmel AVR8/GNU C Compiler (fixes #1112)

This commit is contained in:
Benoit Blanchon
2019-10-18 22:10:35 +02:00
parent 16fe3c0acc
commit d4f819f1f0
2 changed files with 6 additions and 2 deletions

View File

@@ -8,6 +8,7 @@ HEAD
* Added conversion from `JsonArray` and `JsonObject` to `bool`, to be consistent with `JsonVariant`
* Fixed `deserializeJson()` when input contains duplicate keys (issue #1095)
* Improved `deserializeMsgPack()` speed by reading several bytes at once
* Added detection of Atmel AVR8/GNU C Compiler (issue #1112)
v6.12.0 (2019-09-05)
-------