Skip to content

Commit

Permalink
add NEWS entry for change in default color for info messages [#18442]
Browse files Browse the repository at this point in the history
  • Loading branch information
KristofferC committed Sep 12, 2016
1 parent 9b83cd6 commit 95b051f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,10 @@ 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.

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

Expand Down

0 comments on commit 95b051f

Please sign in to comment.