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