mirror of
https://github.com/bblanchon/ArduinoJson.git
synced 2025-07-29 18:27:37 +02:00
Updated folders list in .mbedignore
(closes #1515)
This commit is contained in:
committed by
Benoit Blanchon
parent
ff44d93e68
commit
803e07c188
@ -1,6 +1,3 @@
|
||||
.github/
|
||||
examples/
|
||||
fuzzing/
|
||||
scripts/
|
||||
test/
|
||||
third-party/
|
||||
extras/
|
@ -14,6 +14,7 @@ HEAD
|
||||
* Added `JsonVariant::is<JsonVariant/JsonVariantConst>()` (issue #1412)
|
||||
* Changed `JsonVariantConst::is<JsonArray/JsonObject>()` to return `false` (issue #1412)
|
||||
* Simplified `JsonVariant::as<T>()` to always return `T` (see below)
|
||||
* Updated folders list in `.mbedignore` (PR #1515 by @AGlass0fMilk)
|
||||
|
||||
> ### BREAKING CHANGES
|
||||
>
|
||||
|
Reference in New Issue
Block a user