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 848eedf
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ 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 your `.juliarc.jl` file.

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

Expand Down

0 comments on commit 848eedf

Please sign in to comment.