Skip to content

Commit

Permalink
note that JuliaLang#17393 now requires one to use Base.:≤ instead of …
Browse files Browse the repository at this point in the history
…Base.≤
  • Loading branch information
stevengj authored and mfasi committed Sep 5, 2016
1 parent 2d49a5e commit 12ce6b6
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,9 @@ New language features
* Many more operators now support `.` prefixes (e.g. `.≤`) ([#17393]). However,
users are discouraged from overloading these, since they are mainly parsed
in order to implement backwards compatibility with planned automatic
broadcasting of dot operators in Julia 0.6 ([#16285]).
broadcasting of dot operators in Julia 0.6 ([#16285]). Explicitly qualified
operator names like `Base.≤` should now use `Base.:≤` (prefixed by `@compat`
if you need 0.4 compatibility via the `Compat` package).

New architectures
-----------------
Expand Down

0 comments on commit 12ce6b6

Please sign in to comment.