From 26ca36cd7dc7858f240f1f805faa44bb18e861f4 Mon Sep 17 00:00:00 2001 From: Alex Arslan Date: Tue, 11 Jul 2017 16:05:36 -0700 Subject: [PATCH] Add a NEWS entry for #22532: Char concatenation using * [ci skip] --- NEWS.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/NEWS.md b/NEWS.md index a31bc5387658f..1c356a33be8b5 100644 --- a/NEWS.md +++ b/NEWS.md @@ -108,6 +108,8 @@ Library improvements * A new `@macroexpand1` macro for non recursive macro expansion ([#21662]). + * `Char`s can now be concatenated with `String`s and/or other `Char`s using `*` ([#22532]). + Compiler/Runtime improvements ----------------------------- @@ -991,4 +993,5 @@ Command-line option changes [#22245]: https://github.com/JuliaLang/julia/issues/22245 [#22310]: https://github.com/JuliaLang/julia/issues/22310 [#22523]: https://github.com/JuliaLang/julia/issues/22523 +[#22532]: https://github.com/JuliaLang/julia/issues/22532 [#22732]: https://github.com/JuliaLang/julia/issues/22732