Skip to content

Commit 0c9d74b

Browse files
committed
ref #8745 in NEWS
1 parent b2c286b commit 0c9d74b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

NEWS.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ New language features
3030

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

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

@@ -1432,6 +1432,7 @@ Too numerous to mention.
14321432
[#8672]: https://github.com/JuliaLang/julia/issues/8672
14331433
[#8712]: https://github.com/JuliaLang/julia/issues/8712
14341434
[#8734]: https://github.com/JuliaLang/julia/issues/8734
1435+
[#8745]: https://github.com/JuliaLang/julia/issues/8745
14351436
[#8750]: https://github.com/JuliaLang/julia/issues/8750
14361437
[#8776]: https://github.com/JuliaLang/julia/issues/8776
14371438
[#8791]: https://github.com/JuliaLang/julia/issues/8791

0 commit comments

Comments
 (0)