Skip to content

Commit

Permalink
Add GetHeaders and InitialValues to CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
desplesda committed Mar 6, 2023
1 parent d28dd5f commit cd71b68
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit cd71b68

Please sign in to comment.