From d9f68b823a264acd441ec3e8acfd5630dd7d6e36 Mon Sep 17 00:00:00 2001 From: Tim Nugent Date: Thu, 25 Jan 2024 12:57:12 +1100 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4a9ba5aaa..4af13c5de 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). ### Added - Standard library functions (e.g. `random`, `round_places`, `dice`) have been moved to the core Yarn Spinner library. +- Added a `format` function to the standard library, this works identical to the C# `string.Format`. ### Changed