Skip to content

Commit 806db05

Browse files
committed
add news entry
1 parent b698e53 commit 806db05

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

NEWS.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@ New language features
1414
Language changes
1515
----------------
1616

17-
* The default color for info messages has been changed from blue to cyan.
18-
This can be changed back to the original color by setting the environment variable `JULIA_INFO_COLOR` to `"blue"`.
19-
One way of doing this is by adding `ENV["JULIA_INFO_COLOR"] = :blue` to the `.juliarc.jl` file.
17+
* The default color for info messages has been changed from blue to cyan and for warning messages from red to yellow.
18+
This can be changed back to the original colors by setting the environment variables `JULIA_INFO_COLOR` to `"blue"` and `JULIA_WARN_COLOR` to `"red"`.
19+
One way of doing this is by adding for example `ENV["JULIA_INFO_COLOR"] = :blue` and `ENV["JULIA_WARN_COLOR"] = :red` to the `.juliarc.jl` file.
2020
For more information regarding customizing colors in the REPL, see this [manual section]( http://docs.julialang.org/en/latest/manual/interacting-with-julia/#customizing-colors).
2121

2222
Breaking changes

0 commit comments

Comments
 (0)