Skip to content

Commit

Permalink
Merge pull request #11762 from ScottPJones/spj/unionnews
Browse files Browse the repository at this point in the history
Add news about #11432, curly braces for type Unions
  • Loading branch information
JeffBezanson committed Jun 19, 2015
2 parents 01293bd + c2b6a46 commit 2573f5a
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,9 @@ Language changes
that implement `getindex` or `setindex!` methods must also extend those
methods to support arguments of type `Colon` ([#10331]).

* Unions of types should now be written with curly braces instead of parenthesis, i.e.
`Union{Type1, Type2}` instead of `Union(Type1, Type2)` ([#11432]).

Command line option changes
---------------------------

Expand Down Expand Up @@ -1451,10 +1454,11 @@ Too numerous to mention.
[#10914]: https://github.com/JuliaLang/julia/issues/10914
[#10955]: https://github.com/JuliaLang/julia/issues/10955
[#10994]: https://github.com/JuliaLang/julia/issues/10994
[#11067]: https://github.com/JuliaLang/julia/issues/11067
[#11105]: https://github.com/JuliaLang/julia/issues/11105
[#11145]: https://github.com/JuliaLang/julia/issues/11145
[#11171]: https://github.com/JuliaLang/julia/issues/11171
[#11241]: https://github.com/JuliaLang/julia/issues/11241
[#11347]: https://github.com/JuliaLang/julia/issues/11347
[#11379]: https://github.com/JuliaLang/julia/issues/11379
[#11067]: https://github.com/JuliaLang/julia/issues/11067
[#11432]: https://github.com/JuliaLang/julia/issues/11432

0 comments on commit 2573f5a

Please sign in to comment.