Skip to content

Commit 2fb251c

Browse files
committed
NEWS
1 parent 1e29dea commit 2fb251c

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
@@ -97,6 +97,7 @@ New library functions
9797
* `uuid7()` creates an RFC 9652 compliant UUID with version 7 ([#54834]).
9898
* `insertdims(array; dims)` allows to insert singleton dimensions into an array which is the inverse operation to `dropdims`. ([#45793])
9999
* The new `Fix` type is a generalization of `Fix1/Fix2` for fixing a single argument ([#54653]).
100+
* `@outline expr` moves `expr` out to a separate, noinlined function -- a common performance optimization for error-throwing parts of code. ([#57122])
100101

101102
New library features
102103
--------------------

0 commit comments

Comments
 (0)