chore(CHANGELOG): fix unterminated backtick on false

This commit is contained in:
Erica Marigold 2025-01-22 12:35:45 +05:30 committed by GitHub
parent 4c5601b5cd
commit 4478711269
Signed by: DevComp
GPG key ID: B5690EEEBB952194

View file

@ -7,7 +7,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
## [Unreleased] ## [Unreleased]
### Added ### Added
- Progress bars are now return to stderr to prevent issues with parsing managed tooling outputs - 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
- Fixed attempt to clear progress bar even when not in interactive mode - Fixed attempt to clear progress bar even when not in interactive mode