Skip to content

Commit

Permalink
ref #8745 in NEWS
Browse files Browse the repository at this point in the history
  • Loading branch information
stevengj committed Jul 21, 2015
1 parent b2c286b commit 0c9d74b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ New language features

* Incremental compilation of modules: `Base.compile(module::Symbol)` imports the named module,
but instead of loading it into the current session saves the result of compiling it in
`~/.julia/lib/v0.4`.
`~/.julia/lib/v0.4` ([#8745]).

* See manual section on `Module initialization and precompilation` (under `Modules`) for details and errata.

Expand Down Expand Up @@ -1432,6 +1432,7 @@ Too numerous to mention.
[#8672]: https://github.com/JuliaLang/julia/issues/8672
[#8712]: https://github.com/JuliaLang/julia/issues/8712
[#8734]: https://github.com/JuliaLang/julia/issues/8734
[#8745]: https://github.com/JuliaLang/julia/issues/8745
[#8750]: https://github.com/JuliaLang/julia/issues/8750
[#8776]: https://github.com/JuliaLang/julia/issues/8776
[#8791]: https://github.com/JuliaLang/julia/issues/8791
Expand Down

0 comments on commit 0c9d74b

Please sign in to comment.