Skip to content

Commit 9af0144

Browse files
committed
add VERSION for backwards compatibility in #12491 NEWS
1 parent d9f7699 commit 9af0144

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

NEWS.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ New language features
2828
* The syntax `function foo end` can be used to introduce a generic function without
2929
yet adding any methods ([#8283]).
3030

31-
* Incremental precompilation of modules: call ``__precompile__()`` at the top of a
31+
* Incremental precompilation of modules: call `VERSION >= v"0.4.0-dev+6521" && __precompile__()` at the top of a
3232
module file to automatically precompile it when it is imported ([#12491]), or manually
3333
run `Base.compile(modulename)`. The resulting precompiled `.ji` file is saved in
3434
`~/.julia/lib/v0.4` ([#8745]).
@@ -40,7 +40,7 @@ New language features
4040
upon `import` when any of its dependencies have changed. Explicit dependencies
4141
on other files can be declared with `include_dependency(path)` ([#12458]).
4242

43-
* New option `--output-incremental={yes|no}` added to invoke the equivalent of ``Base.compilecache`` from the command line.
43+
* New option `--output-incremental={yes|no}` added to invoke the equivalent of `Base.compilecache` from the command line.
4444

4545
* The syntax `new{parameters...}(...)` can be used in constructors to specify parameters for
4646
the type to be constructed ([#8135]).

0 commit comments

Comments
 (0)