From cd71b689125bde75c981b53b5cc21e252a4b661b Mon Sep 17 00:00:00 2001 From: Jon Manning Date: Mon, 6 Mar 2023 17:17:11 +1100 Subject: [PATCH] Add GetHeaders and InitialValues to CHANGELOG --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index faee41ce..4c109e5b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -30,6 +30,9 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). public string node2; ``` +- The `YarnProject.GetHeaders` method has been added, which fetches all headers for a node. +- The `YarnProject.InitialValues` property has been added, which fetches a dictionary containing the initial values for every variable in the project. + ### Changed - Fixed a compile error in the Minimal Viable Dialogue System sample in Unity 2019.