Skip to content

Commit

Permalink
add NEWS entry for change in default color for info messages (#18461)
Browse files Browse the repository at this point in the history
add NEWS entry for change in default color for info messages [#18442]
  • Loading branch information
KristofferC authored Sep 15, 2016
1 parent fdf3748 commit 3074189
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,11 @@ New language features
Language changes
----------------

* The default color for info messages has been changed from blue to cyan.
This can be changed back to the original color by setting the environment variable `JULIA_INFO_COLOR` to `"blue"`.
One way of doing this is by adding `ENV["JULIA_INFO_COLOR"] = :blue` to the `.juliarc.jl` file.
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).

Breaking changes
----------------

Expand Down

0 comments on commit 3074189

Please sign in to comment.