Skip to content

Commit

Permalink
Add link to PR in NEWS (#53189)
Browse files Browse the repository at this point in the history
The link to #49349 was missing.
  • Loading branch information
andreasnoack committed Feb 5, 2024
1 parent 3120989 commit 7a96210
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Language changes
define methods to explicitly handle Union{} without the ambiguities that commonly would
result previously. This also lets the runtime optimize certain method lookups in a way
that significantly improves load and inference times for heavily overloaded methods that
dispatch on Types (such as traits and constructors).
dispatch on Types (such as traits and constructors). ([#49349])
* The "h bar" `` (`\hslash` U+210F) character is now treated as equivalent to `ħ` (`\hbar` U+0127).
* The `@simd` macro now has more limited and clearer semantics: it only enables reordering and contraction
of floating-point operations, instead of turning on all "fastmath" optimizations.
Expand Down

0 comments on commit 7a96210

Please sign in to comment.