From 7dce099b077ca07b328a2ad16a878188ac203df0 Mon Sep 17 00:00:00 2001 From: Jon Manning Date: Fri, 7 Jul 2023 12:25:50 +1000 Subject: [PATCH] Add browse-binary to changelog --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 68cfd42..ce50ae5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). - Added support for using .yarnproject files on all commands. - Added the `list-sources` command, which lists all .yarn files used by a Yarn Project. +- Added the `browse-binary` command, which dumps out all nodes, their headers, and declared variables embedded within the compiled Yarn program. ### Changed