Skip to content

Commit

Permalink
news for propertynames
Browse files Browse the repository at this point in the history
  • Loading branch information
stevengj committed Jan 11, 2018
1 parent b11cb55 commit 29933b5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,8 @@ New language features
and implements three-valued logic, similar to SQLs `NULL` and R's `NA`.

* Field access via dot-syntax can now be overloaded by adding methods to
`Base.getproperty` and `Base.setproperty!` ([#1974]).
`Base.getproperty` and `Base.setproperty!` ([#1974]), optionally along with
a corresponding `Base.propertynames` method for reflection ([#25311]).

* Values for `Enum`s can now be specified inside of a `begin` block when using the
`@enum` macro ([#25424]).
Expand Down

0 comments on commit 29933b5

Please sign in to comment.