Skip to content

Commit 91876ea

Browse files
committed
NEWS
1 parent ecc07d9 commit 91876ea

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
@@ -98,6 +98,7 @@ New library functions
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]).
100100
* `Sys.detectwsl()` allows to testing if Julia is running inside WSL at runtime. ([#57069])
101+
* `@outline expr` moves `expr` out to a separate, noinlined function -- a common performance optimization for error-throwing parts of code. ([#57122])
101102

102103
New library features
103104
--------------------

0 commit comments

Comments
 (0)