From 53c44716453c679856cd4f2ce12a913b9c863db3 Mon Sep 17 00:00:00 2001 From: Jon Manning Date: Mon, 31 Oct 2022 11:23:52 +1100 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6ae757025..a81896352 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -18,7 +18,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). ### Added -- a new utility `DetermineNodeConnections` that analyses Yarn files and returns a directed graph of node connections. +- Added a new method, `Utility.DetermineNodeConnections`, that analyses Yarn files and returns a directed graph of node connections. + - This feature is used in the Language Server to produce reports like voice-over scripts. ## [2.2.2] 2022-07-22