Skip to content

Commit

Permalink
NEWS update for -i option change
Browse files Browse the repository at this point in the history
  • Loading branch information
JeffBezanson committed May 25, 2015
1 parent 11755f1 commit 5b9fd0b
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,11 @@ Language changes
macro. Instead, the string is first unindented and then `x_str` is invoked,
as if the string had been single-quoted ([#10228]).

Command line option changes
---------------------------

* The `-i` option now forces the REPL to run after loading the specified script (if any) ([#11347]).

Compiler improvements
---------------------

Expand Down Expand Up @@ -1426,4 +1431,5 @@ Too numerous to mention.
[#11145]: https://github.com/JuliaLang/julia/issues/11145
[#11171]: https://github.com/JuliaLang/julia/issues/11171
[#11241]: https://github.com/JuliaLang/julia/issues/11241
[#11347]: https://github.com/JuliaLang/julia/issues/11347
[#11379]: https://github.com/JuliaLang/julia/issues/11379

0 comments on commit 5b9fd0b

Please sign in to comment.