Skip to content

Commit

Permalink
add NEWS entry
Browse files Browse the repository at this point in the history
  • Loading branch information
simeonschaub committed Jan 21, 2021
1 parent 5f60a84 commit d2e2a9b
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 @@ -4,6 +4,9 @@ Julia v1.7 Release Notes
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])

Language changes
----------------

Expand Down

0 comments on commit d2e2a9b

Please sign in to comment.