Skip to content

Commit

Permalink
Merge pull request #19747 from ararslan/aa/isa-news
Browse files Browse the repository at this point in the history
Mention the infix-ness of isa in NEWS
  • Loading branch information
JeffBezanson authored Dec 29, 2016
2 parents 229d096 + b0733d5 commit 9ce0aca
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
----------------

Expand Down

0 comments on commit 9ce0aca

Please sign in to comment.