From f32c90ff96cc7b72a84259f40be0c30f60de6fda Mon Sep 17 00:00:00 2001 From: Khoi Hoang <57012152+khoih-prog@users.noreply.github.com> Date: Sun, 19 Dec 2021 21:40:30 -0500 Subject: [PATCH] v1.8.0 to reduce String usage ### Major Releases v1.8.0 1. Reduce usage of Arduino String with std::string 2. Optimize library code and examples by using **reference-passing instead of value-passing**. 3. Update `Packages' Patches` --- changelog.md | 2 +- keywords.txt | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/changelog.md b/changelog.md index 95f6e751..6167b9fa 100644 --- a/changelog.md +++ b/changelog.md @@ -43,7 +43,7 @@ ### Major Releases v1.8.0 1. Reduce usage of Arduino String with std::string -2. Optimize library code and examples by using reference-passing instead of value-passing. +2. Optimize library code and examples by using **reference-passing instead of value-passing**. 3. Update `Packages' Patches` ### Releases v1.7.1 diff --git a/keywords.txt b/keywords.txt index 3df17953..3306c90a 100644 --- a/keywords.txt +++ b/keywords.txt @@ -12,6 +12,7 @@ HTTPUploadStatus KEYWORD1 HTTPClientStatus KEYWORD1 HTTPUpload KEYWORD1 HTTPAuthMethod KEYWORD1 +EWString KEYWORD1 ####################### # EthernetHttpClient