From 47c29a9401bbd1d7e45e54b80c1b403bf8d3cb8e Mon Sep 17 00:00:00 2001 From: "Steven G. Johnson" Date: Fri, 8 Apr 2016 16:11:14 -0400 Subject: [PATCH] moved #14114 from HISTORY file (it was accidentally listed for 0.4 rather than 0.4) to NEWS --- HISTORY.md | 3 --- NEWS.md | 3 +++ 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/HISTORY.md b/HISTORY.md index f173c3104538f..1c364e2338f6d 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -60,8 +60,6 @@ New language features * `@__LINE__` special macro now available to reflect invocation source line number ([#12727]). - * `PROGRAM_FILE` global is now available for determining the name of the running script ([#14114]). - Language changes ---------------- @@ -1634,4 +1632,3 @@ Too numerous to mention. [#12576]: https://github.com/JuliaLang/julia/issues/12576 [#12727]: https://github.com/JuliaLang/julia/issues/12727 [#12739]: https://github.com/JuliaLang/julia/issues/12739 -[#14114]: https://github.com/JuliaLang/julia/issues/14114 diff --git a/NEWS.md b/NEWS.md index 007c3c8bf3190..73f646069ed25 100644 --- a/NEWS.md +++ b/NEWS.md @@ -15,6 +15,8 @@ New language features * `x ∈ X` is now a synonym for `x in X` in `for` loops and comprehensions, as it already was in comparisons ([#13824]). + * `PROGRAM_FILE` global is now available for determining the name of the running script ([#14114]). + Language changes ---------------- @@ -170,6 +172,7 @@ Deprecated or removed [#13780]: https://github.com/JuliaLang/julia/issues/13780 [#13824]: https://github.com/JuliaLang/julia/issues/13824 [#13897]: https://github.com/JuliaLang/julia/issues/13897 +[#14114]: https://github.com/JuliaLang/julia/issues/14114 [#14243]: https://github.com/JuliaLang/julia/issues/14243 [#14413]: https://github.com/JuliaLang/julia/issues/14413 [#14424]: https://github.com/JuliaLang/julia/issues/14424