From 7ca237177fdd98308ac5a6c0a51ee8c118d168f7 Mon Sep 17 00:00:00 2001 From: Fredrik Ekre Date: Fri, 30 Nov 2018 01:57:57 +0100 Subject: [PATCH] News for #29506 (mul!, rmul!, lmul! for UniformScaling). --- NEWS.md | 1 + 1 file changed, 1 insertion(+) diff --git a/NEWS.md b/NEWS.md index 985c66362263b..2576ae2337a9f 100644 --- a/NEWS.md +++ b/NEWS.md @@ -67,6 +67,7 @@ Standard library changes * `Base.julia_cmd` now propagates the `--inline=(yes|no)` flag ([#29858]). * New `DateTime(::Date, ::Time)` constructor ([#29754]). * `isdiag` and `isposdef` for `Diagonal` and `UniformScaling` ([#29638]). + * `mul!`, `rmul!` and `lmul!` methods for `UniformScaling` ([#29506]). * New `edit(m::Module)` method which opens the main source file for module `m` ([#29636]). Compiler/Runtime improvements