From bc9fd3cd920a83ebedfafecfdbb55fe7ac494545 Mon Sep 17 00:00:00 2001 From: s-hadinger <49731213+s-hadinger@users.noreply.github.com> Date: Sun, 10 Mar 2024 18:03:02 +0100 Subject: [PATCH] Fix typo in CHANGELOG --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5d0fc1eda..92b9b087d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,7 +9,7 @@ All notable changes to this project will be documented in this file. - HASPmota support for spangroup (styled text) (#20852) - HASPmota support for led (#20857) - HASPmota improve arc and img (#20894) -- Berry add `string.starstwith`, `string.endswith` and `%q` format +- Berry add `string.startswith`, `string.endswith` and `%q` format ### Breaking Changed - Drop support for old (insecure) fingerprint format (#20842)