From 9ef864b27c511aa38182401edb6423fdd9308f5f Mon Sep 17 00:00:00 2001 From: Benoit Blanchon Date: Mon, 23 Mar 2020 11:03:30 +0100 Subject: [PATCH] Fixed markup in changelog --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5ee4ad73..4e8ecaa3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -32,7 +32,7 @@ v6.15.0 (2020-03-22) > > DynamicJsonDocument doc2 = doc1; > 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.