chore(CHANGELOG): update entries

This commit is contained in:
Erica Marigold 2025-01-29 20:06:08 +05:30
parent c2a8abeda6
commit 681f03ae2f
Signed by: DevComp
GPG key ID: 429EF1C337871656

View file

@ -10,6 +10,10 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
### Added ### Added
- Progress bars are now written 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`. - It is now possible for dependents of toolchainlib to programatically disable interactive features (like progress bars) by setting `_G.interactive` to `false`.
- Includes the following new tools:
- [`pesde/zap@0.6.17`](https://pesde.dev/packages/pesde/zap/0.6.17/any)
- [`pesde/darklua@0.16.0`](https://pesde.dev/packages/pesde/darklua/0.16.0/any)
- [`pesde/argon@2.0.22`](https://pesde.dev/packages/pesde/argon/2.0.22/any)
### 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