We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1a9925d commit ea669c3Copy full SHA for ea669c3
NEWS.md
@@ -129,6 +129,7 @@ New library features
129
* `open` for files now accepts a keyword argument `lock` controlling whether file operations
130
will acquire locks for safe multi-threaded access. Setting it to `false` provides better
131
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]).
133
134
Standard library changes
135
------------------------
0 commit comments