Skip to content

Commit b9fef6e

Browse files
authored
Add link to PR in NEWS
The link to #49349 was missing.
1 parent 3120989 commit b9fef6e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

NEWS.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ Language changes
1919
define methods to explicitly handle Union{} without the ambiguities that commonly would
2020
result previously. This also lets the runtime optimize certain method lookups in a way
2121
that significantly improves load and inference times for heavily overloaded methods that
22-
dispatch on Types (such as traits and constructors).
22+
dispatch on Types (such as traits and constructors). ([#49349])
2323
* The "h bar" `` (`\hslash` U+210F) character is now treated as equivalent to `ħ` (`\hbar` U+0127).
2424
* The `@simd` macro now has more limited and clearer semantics: it only enables reordering and contraction
2525
of floating-point operations, instead of turning on all "fastmath" optimizations.

0 commit comments

Comments
 (0)