From 28a133a54e23013abe43da69004298b3aa72f18e Mon Sep 17 00:00:00 2001 From: Jon Manning Date: Thu, 23 May 2024 13:20:02 +1000 Subject: [PATCH] Correct CHANGELOG.md --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 42aae003..18cf60bd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,7 +11,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). - Updated voiceover and translation credits for the Intro sample scene. - Added shadow line support to BuiltInLineProvider. - Added support for generating C# variable storage classes that expose properties for string, number and boolean variables found in a Yarn Project. -- `YarnCommand` and `YarnFunction` methods may now use `params` array parameters. +- `YarnCommand` methods may now use `params` array parameters. ### Changed