Skip to content

Commit 6ebc298

Browse files
committed
Updated CHANGELOG.md
1 parent 197c9e8 commit 6ebc298

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

33
# UNRELEASED
44

5+
### fix: prevent panic on terminals with limited color support
6+
7+
Fixed a panic that could occur when running `dfx` on terminals lacking color support. The `term` crate has been replaced with raw ANSI escape codes, and colors are now only emitted when stderr is a TTY and the `NO_COLOR` environment variable is not set.
8+
59
### Frontend canister
610

711
Sets the `ic_env` cookie for all HTML files only if the canister environment changed in the `commit_batch` method.

0 commit comments

Comments
 (0)