From 848eedf34fda64ee8d6adda324ec5e27fce0b98b Mon Sep 17 00:00:00 2001 From: Kristoffer Carlsson Date: Mon, 12 Sep 2016 22:41:59 +0200 Subject: [PATCH] add NEWS entry for change in default color for info messages [#18442] --- NEWS.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/NEWS.md b/NEWS.md index b5167691db82a7..20e3f1c3002648 100644 --- a/NEWS.md +++ b/NEWS.md @@ -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 ----------------