From 99912ae047e78fff4f38921cdaadf2e3098f4879 Mon Sep 17 00:00:00 2001 From: Jonas Schulze Date: Wed, 3 Feb 2021 14:58:32 +0100 Subject: [PATCH] Add news --- NEWS.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/NEWS.md b/NEWS.md index 60e9a07271559e..a495d6883017f1 100644 --- a/NEWS.md +++ b/NEWS.md @@ -6,6 +6,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]) +* `⫪` (U+2AEA, `\Top`, `\downvDash`) and `⫫` (U+2AEB, `\Bot`, `\upvDash`, `\indep`) + may now be used as binary operators with comparison precedence ([#39403]). Language changes ----------------