Skip to content

Commit

Permalink
Add a NEWS entry for #22532: Char concatenation using *
Browse files Browse the repository at this point in the history
[ci skip]
  • Loading branch information
ararslan committed Jul 11, 2017
1 parent 8678b5e commit 8ee74a9
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,8 @@ Library improvements
`ntuple`, `Base.literal_pow`, `sqrtm`, `lufact`, `lufact!`, `qrfact`, `qrfact!`,
`cholfact`, `cholfact!`, `_broadcast!`, `reshape`, `cat` and `cat_t`.

* `Char`s can now be concatenated with `String`s and/or other `Char`s using `*` ([#22532]).

Compiler/Runtime improvements
-----------------------------

Expand Down Expand Up @@ -967,3 +969,4 @@ 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

0 comments on commit 8ee74a9

Please sign in to comment.