File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -60,8 +60,6 @@ New language features
6060
6161 * `@__LINE__` special macro now available to reflect invocation source line number ([#12727]).
6262
63- * `PROGRAM_FILE` global is now available for determining the name of the running script ([#14114]).
64-
6563Language changes
6664----------------
6765
@@ -1634,4 +1632,3 @@ Too numerous to mention.
16341632[#12576]: https://github.com/JuliaLang/julia/issues/12576
16351633[#12727]: https://github.com/JuliaLang/julia/issues/12727
16361634[#12739]: https://github.com/JuliaLang/julia/issues/12739
1637- [#14114]: https://github.com/JuliaLang/julia/issues/14114
Original file line number Diff line number Diff line change @@ -15,6 +15,8 @@ New language features
1515 * ` x ∈ X ` is now a synonym for ` x in X ` in ` for ` loops and comprehensions,
1616 as it already was in comparisons ([ #13824 ] ).
1717
18+ * ` PROGRAM_FILE ` global is now available for determining the name of the running script ([ #14114 ] ).
19+
1820Language changes
1921----------------
2022
@@ -170,6 +172,7 @@ Deprecated or removed
170172[ #13780 ] : https://github.com/JuliaLang/julia/issues/13780
171173[ #13824 ] : https://github.com/JuliaLang/julia/issues/13824
172174[ #13897 ] : https://github.com/JuliaLang/julia/issues/13897
175+ [ #14114 ] : https://github.com/JuliaLang/julia/issues/14114
173176[ #14243 ] : https://github.com/JuliaLang/julia/issues/14243
174177[ #14413 ] : https://github.com/JuliaLang/julia/issues/14413
175178[ #14424 ] : https://github.com/JuliaLang/julia/issues/14424
You can’t perform that action at this time.
0 commit comments