Skip to content

Commit

Permalink
small NEWS edits
Browse files Browse the repository at this point in the history
  • Loading branch information
JeffBezanson committed May 27, 2014
1 parent b78d9b4 commit 30a1b33
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ New language features
| ---------------- | ---------------------------------
| == | ≥ (>=) ≤ (<=) ≡ (===) ≠ (!=) ≢ (!==) .≥ (.>=) .≤ (.<=) .!= (.≠) ∈ (`in`) ∉ (`(x,y)->!in(x, y)`) ∋ (`(x,y)->in(y, x)`) ∌ (`(x,y)->!in(y, x)`) ⊆ (`issubset`) ⊈ (`(x,y)->!issubset(x, y)`) ⊊ (`(x,y)->x⊆y && x!=y`) |
| + | ∪ (`union`) |
| * | ÷ (`div`) ⋅ (`dot`) × (`cross`) ∩ (`intersect`) |
| * | ÷ (`div`) ⋅ (`dot`) × (`cross`) ∩ (`intersect`) |
| unary | √ ∛ |

In addition to these, many of the Unicode operator symbols are parsed
Expand Down Expand Up @@ -425,6 +425,7 @@ Deprecated or removed
[#6582]: https://github.com/JuliaLang/julia/pull/6582
[#6624]: https://github.com/JuliaLang/julia/pull/6624
[#5936]: https://github.com/JuliaLang/julia/issues/5936
[#6179]: https://github.com/JuliaLang/julia/issues/6179

Julia v0.2.0 Release Notes
==========================
Expand Down

0 comments on commit 30a1b33

Please sign in to comment.