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