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 18fe176 commit 8fe4511Copy full SHA for 8fe4511
NEWS.md
@@ -53,6 +53,7 @@ Standard library changes
53
* `Base.julia_cmd` now propagates the `--inline=(yes|no)` flag ([#29858]).
54
* New `DateTime(::Date, ::Time)` constructor ([#29754]).
55
* `isdiag` and `isposdef` for `Diagonal` and `UniformScaling` ([#29638]).
56
+ * `mul!`, `rmul!` and `lmul!` methods for `UniformScaling` ([#29506]).
57
* New `edit(m::Module)` method which opens the main source file for module `m` ([#29636]).
58
59
Compiler/Runtime improvements
0 commit comments