Skip to content

Commit

Permalink
NEWS item for introspection macros (#35594)
Browse files Browse the repository at this point in the history
  • Loading branch information
Liozou authored Apr 25, 2020
1 parent 1a9925d commit ea669c3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,7 @@ New library features
* `open` for files now accepts a keyword argument `lock` controlling whether file operations
will acquire locks for safe multi-threaded access. Setting it to `false` provides better
performance when only one thread will access the file.
* The introspection macros (`@which`, `@code_typed`, etc.) now work with `do`-block syntax ([#35283]) and with dot syntax ([#35522]).

Standard library changes
------------------------
Expand Down

0 comments on commit ea669c3

Please sign in to comment.