mirror of
https://github.com/bblanchon/ArduinoJson.git
synced 2025-07-30 02:37:35 +02:00
Fixed markup in changelog
This commit is contained in:
@ -32,7 +32,7 @@ v6.15.0 (2020-03-22)
|
|||||||
>
|
>
|
||||||
> DynamicJsonDocument doc2 = doc1;
|
> DynamicJsonDocument doc2 = doc1;
|
||||||
> Serial.print(doc2.capacity()); // 8 with ArduinoJson 6.14
|
> Serial.print(doc2.capacity()); // 8 with ArduinoJson 6.14
|
||||||
// 64 with ArduinoJson 6.15
|
> // 64 with ArduinoJson 6.15
|
||||||
> ```
|
> ```
|
||||||
>
|
>
|
||||||
> I made this change to get consistent results between copy-constructor and move-constructor, and whether RVO applies or not.
|
> I made this change to get consistent results between copy-constructor and move-constructor, and whether RVO applies or not.
|
||||||
|
Reference in New Issue
Block a user