diff --git a/NEWS.md b/NEWS.md index 140da486c30bf..3b81bdef9065b 100644 --- a/NEWS.md +++ b/NEWS.md @@ -7,6 +7,8 @@ New language features * `(; a, b) = x` can now be used to destructure properties `a` and `b` of `x`. This syntax is equivalent to `a = getproperty(x, :a)` and similarly for `b`. ([#39285]) * Implicit multiplication by juxtaposition is now allowed for radical symbols (e.g., `x√y` and `x∛y`). ([#40173]) +* `⫪` (U+2AEA, `\Top`, `\downvDash`) and `⫫` (U+2AEB, `\Bot`, `\upvDash`, `\indep`) + may now be used as binary operators with comparison precedence. ([#39403]) Language changes ----------------