mirror of
https://github.com/bblanchon/ArduinoJson.git
synced 2025-07-30 10:47:34 +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/
|
.github/
|
||||||
examples/
|
examples/
|
||||||
fuzzing/
|
extras/
|
||||||
scripts/
|
|
||||||
test/
|
|
||||||
third-party/
|
|
@ -14,6 +14,7 @@ HEAD
|
|||||||
* Added `JsonVariant::is<JsonVariant/JsonVariantConst>()` (issue #1412)
|
* Added `JsonVariant::is<JsonVariant/JsonVariantConst>()` (issue #1412)
|
||||||
* Changed `JsonVariantConst::is<JsonArray/JsonObject>()` to return `false` (issue #1412)
|
* Changed `JsonVariantConst::is<JsonArray/JsonObject>()` to return `false` (issue #1412)
|
||||||
* Simplified `JsonVariant::as<T>()` to always return `T` (see below)
|
* Simplified `JsonVariant::as<T>()` to always return `T` (see below)
|
||||||
|
* Updated folders list in `.mbedignore` (PR #1515 by @AGlass0fMilk)
|
||||||
|
|
||||||
> ### BREAKING CHANGES
|
> ### BREAKING CHANGES
|
||||||
>
|
>
|
||||||
|
Reference in New Issue
Block a user