Skip to content

Commit

Permalink
Fix wrong NEWS entry
Browse files Browse the repository at this point in the history
  • Loading branch information
TotalVerb committed Dec 7, 2016
1 parent 6dda95e commit f30f60d
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,6 @@ 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).
* Multiline and singleline nonstandard command literals have been added. A
nonstandard command literal is like a nonstandard string literal, but the
syntax uses backquotes (``` ` ```) instead of double quotes, and the
Expand Down

0 comments on commit f30f60d

Please sign in to comment.