Skip to content

Commit

Permalink
Reorder lines in changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
bblanchon committed Dec 14, 2021
1 parent 3bf4776 commit abdd9d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@ HEAD
* Change the default of `ARDUINOJSON_USE_LONG_LONG` to `1` on 32-bit platforms
* Add `as<JsonString>()` and `is<JsonString>()`
* Add safe bool idiom in `JsonString`
* Add support for NUL in string values (issue #1646)
* Remove `DeserializationError == bool` and `DeserializationError != bool`
* Fix `JsonVariant::memoryUsage()` for raw strings
* Fix `call of overloaded 'swap(BasicJsonDocument&, BasicJsonDocument&)' is ambiguous` (issue #1678)
* Fix inconsistent pool size in `BasicJsonDocument`'s copy constructor
* Support NUL in string values (issue #1646)
* Fix return type of `StaticJsonDocument::operator=`

v6.18.5 (2021-09-28)
Expand Down

0 comments on commit abdd9d8

Please sign in to comment.