From abdd9d81dbf17ce5f9af880858ffc4c836af9968 Mon Sep 17 00:00:00 2001 From: Benoit Blanchon Date: Tue, 14 Dec 2021 10:42:01 +0100 Subject: [PATCH] Reorder lines in changelog --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 10060c09..89bf8ae7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,11 +10,11 @@ HEAD * Change the default of `ARDUINOJSON_USE_LONG_LONG` to `1` on 32-bit platforms * Add `as()` and `is()` * 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)