Skip to content

Commit ea669c3

Browse files
authored
NEWS item for introspection macros (#35594)
1 parent 1a9925d commit ea669c3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

NEWS.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -129,6 +129,7 @@ New library features
129129
* `open` for files now accepts a keyword argument `lock` controlling whether file operations
130130
will acquire locks for safe multi-threaded access. Setting it to `false` provides better
131131
performance when only one thread will access the file.
132+
* The introspection macros (`@which`, `@code_typed`, etc.) now work with `do`-block syntax ([#35283]) and with dot syntax ([#35522]).
132133

133134
Standard library changes
134135
------------------------

0 commit comments

Comments
 (0)