From 4478711269cf5363deb7cab21fffc1e56825ddf2 Mon Sep 17 00:00:00 2001 From: Erica Marigold Date: Wed, 22 Jan 2025 12:35:45 +0530 Subject: [PATCH] chore(CHANGELOG): fix unterminated backtick on `false` --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3b3680c..58c521c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,7 +7,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), ## [Unreleased] ### Added - Progress bars are now return to stderr to prevent issues with parsing managed tooling outputs -- It is now possible for dependents of toolchainlib to programatically disable interactive features (like progress bars) by setting `_G.interactive` to `false. +- It is now possible for dependents of toolchainlib to programatically disable interactive features (like progress bars) by setting `_G.interactive` to `false`. ### Fixed - Fixed attempt to clear progress bar even when not in interactive mode