From 001d40f81ac521b3bdeb799037672544decbc5b8 Mon Sep 17 00:00:00 2001 From: Sacha Verweij Date: Fri, 12 May 2017 18:32:42 -0700 Subject: [PATCH] Add PR number and quotes to NEWS.md entry for #18754. --- NEWS.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/NEWS.md b/NEWS.md index 32ccc86752a38..84f16de627bed 100644 --- a/NEWS.md +++ b/NEWS.md @@ -397,13 +397,13 @@ Compiler/Runtime improvements ----------------------------- * `ccall` is now implemented as a macro, - removing the need for special code-generator support for Intrinsics. + removing the need for special code-generator support for `Intrinsics` ([#18754]). * `ccall` gained limited support for a `llvmcall` calling-convention. - This can replace many uses of `llvmcall` with a simpler, shorter declaration. + This can replace many uses of `llvmcall` with a simpler, shorter declaration ([#18754]). - * All Intrinsics are now Builtin functions instead and have proper error checking - and fall-back static compilation support. + * All `Intrinsics` are now `Builtin` functions instead and have proper error checking + and fall-back static compilation support ([#18754]). Deprecated or removed --------------------- @@ -509,6 +509,7 @@ Deprecated or removed [#18644]: https://github.com/JuliaLang/julia/issues/18644 [#18660]: https://github.com/JuliaLang/julia/issues/18660 [#18690]: https://github.com/JuliaLang/julia/issues/18690 +[#18754]: https://github.com/JuliaLang/julia/issues/18754 [#18777]: https://github.com/JuliaLang/julia/issues/18777 [#18839]: https://github.com/JuliaLang/julia/issues/18839 [#18931]: https://github.com/JuliaLang/julia/issues/18931