Skip to content

Commit acf0c7c

Browse files
Sacha0tkelman
authored andcommitted
Add PR number and quotes to NEWS.md entry for #18754. (#21842)
(cherry picked from commit e020772)
1 parent cb78b63 commit acf0c7c

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

NEWS.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -400,13 +400,13 @@ Compiler/Runtime improvements
400400
-----------------------------
401401
402402
* `ccall` is now implemented as a macro,
403-
removing the need for special code-generator support for Intrinsics.
403+
removing the need for special code-generator support for `Intrinsics` ([#18754]).
404404
405405
* `ccall` gained limited support for a `llvmcall` calling-convention.
406-
This can replace many uses of `llvmcall` with a simpler, shorter declaration.
406+
This can replace many uses of `llvmcall` with a simpler, shorter declaration ([#18754]).
407407
408-
* All Intrinsics are now Builtin functions instead and have proper error checking
409-
and fall-back static compilation support.
408+
* All `Intrinsics` are now `Builtin` functions instead and have proper error checking
409+
and fall-back static compilation support ([#18754]).
410410
411411
Deprecated or removed
412412
---------------------
@@ -609,6 +609,7 @@ Command-line option changes
609609
[#18644]: https://github.com/JuliaLang/julia/issues/18644
610610
[#18660]: https://github.com/JuliaLang/julia/issues/18660
611611
[#18690]: https://github.com/JuliaLang/julia/issues/18690
612+
[#18754]: https://github.com/JuliaLang/julia/issues/18754
612613
[#18777]: https://github.com/JuliaLang/julia/issues/18777
613614
[#18832]: https://github.com/JuliaLang/julia/issues/18832
614615
[#18839]: https://github.com/JuliaLang/julia/issues/18839

0 commit comments

Comments
 (0)