From b0733d5d4ae8b36f0bda1a297a5689ddf16158bb Mon Sep 17 00:00:00 2001 From: Alex Arslan Date: Wed, 28 Dec 2016 18:01:32 -0800 Subject: [PATCH] Mention the infix-ness of isa in NEWS [ci skip] --- NEWS.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/NEWS.md b/NEWS.md index 2d7cf5e900a5e..9cc26eb954c3c 100644 --- a/NEWS.md +++ b/NEWS.md @@ -25,6 +25,9 @@ Language changes * Newly defined methods are no longer callable from the same dynamic runtime scope they were defined in ([#17057]). + * `isa` is now parsed as an infix operator with the same precedence as `in` + ([#19677]). + Breaking changes ----------------