Skip to content

Commit 4c2c184

Browse files
committed
Add PR number and quotes to NEWS.md entry for #18754.
1 parent 9ac9071 commit 4c2c184

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

NEWS.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -397,13 +397,13 @@ Compiler/Runtime improvements
397397
-----------------------------
398398
399399
* `ccall` is now implemented as a macro,
400-
removing the need for special code-generator support for Intrinsics.
400+
removing the need for special code-generator support for `Intrinsics` ([#18754]).
401401
402402
* `ccall` gained limited support for a `llvmcall` calling-convention.
403-
This can replace many uses of `llvmcall` with a simpler, shorter declaration.
403+
This can replace many uses of `llvmcall` with a simpler, shorter declaration ([#18754]).
404404
405-
* All Intrinsics are now Builtin functions instead and have proper error checking
406-
and fall-back static compilation support.
405+
* All `Intrinsics` are now `Builtin` functions instead and have proper error checking
406+
and fall-back static compilation support ([#18754]).
407407
408408
Deprecated or removed
409409
---------------------
@@ -509,6 +509,7 @@ Deprecated or removed
509509
[#18644]: https://github.com/JuliaLang/julia/issues/18644
510510
[#18660]: https://github.com/JuliaLang/julia/issues/18660
511511
[#18690]: https://github.com/JuliaLang/julia/issues/18690
512+
[#18754]: https://github.com/JuliaLang/julia/issues/18754
512513
[#18777]: https://github.com/JuliaLang/julia/issues/18777
513514
[#18839]: https://github.com/JuliaLang/julia/issues/18839
514515
[#18931]: https://github.com/JuliaLang/julia/issues/18931
@@ -584,3 +585,4 @@ Deprecated or removed
584585
[#20543]: https://github.com/JuliaLang/julia/issues/20543
585586
[#20609]: https://github.com/JuliaLang/julia/issues/20609
586587
[#20889]: https://github.com/JuliaLang/julia/issues/20889
588+
[#21359]: https://github.com/JuliaLang/julia/issues/21359

0 commit comments

Comments
 (0)