Skip to content

Commit 47c29a9

Browse files
committed
moved #14114 from HISTORY file (it was accidentally listed for 0.4 rather than 0.4) to NEWS
1 parent b76bc89 commit 47c29a9

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

HISTORY.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff 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-
6563
Language 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

NEWS.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff 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+
1820
Language 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

0 commit comments

Comments
 (0)