Skip to content

Commit

Permalink
Add a NEWS entry for JuliaLang#22532: Char concatenation using * (Jul…
Browse files Browse the repository at this point in the history
  • Loading branch information
ararslan authored and jeffwong committed Jul 24, 2017
1 parent 1d5fc6b commit 7ac2d81
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 @@ -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
-----------------------------

Expand Down Expand Up @@ -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

0 comments on commit 7ac2d81

Please sign in to comment.