From 8bf37abc6ffc99f0ed44eceaea316ec195385c5f Mon Sep 17 00:00:00 2001 From: Erica Marigold Date: Thu, 23 Jan 2025 13:27:25 +0530 Subject: [PATCH] chore(CHANGELOG): fix typo in word 'written' --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9d013d6..1a50113 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,7 +8,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), ## [0.1.11] - 2025-01-23 ### Added -- Progress bars are now return to stderr to prevent issues with parsing managed tooling outputs +- Progress bars are now written 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`. ### Fixed - Fixed attempt to clear progress bar even when not in interactive mode