From 1a460926f61443f7328c50e26f08d6ebc1e9583e Mon Sep 17 00:00:00 2001 From: s-hadinger <49731213+s-hadinger@users.noreply.github.com> Date: Wed, 21 Jun 2023 14:22:41 +0200 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index ecd1c4495..629c38c14 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,6 +12,7 @@ All notable changes to this project will be documented in this file. - Matter add support for Contact Sensor - Berry `string.format()` now automatically converts type according to format - Matter add friendly-name (NodeLabel) to each endpoint +- Berry add global function `format` as a simpler syntax to `string.format` ### Breaking Changed