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 d112903 commit ddf421aCopy full SHA for ddf421a
NEWS.md
@@ -83,6 +83,8 @@ Standard library changes
83
* TCP socket objects now expose `closewrite` functionality and support half-open mode usage ([#40783]).
84
* Intersect returns a result with the eltype of the type-promoted eltypes of the two inputs ([#41769]).
85
* `Iterators.countfrom` now accepts any type that defines `+`. ([#37747])
86
+* `Some`containers now support broadcast as zero dimensional immutable containers. `Some(x)`
87
+ should be preferred to `Ref(x)` when you wish to exempt `x` from broadcasting ([#35778]).
88
89
#### InteractiveUtils
90
* A new macro `@time_imports` for reporting any time spent importing packages and their dependencies ([#41612])
0 commit comments