We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5f50872 commit 5bd48d1Copy full SHA for 5bd48d1
NEWS.md
@@ -39,7 +39,9 @@ New language features
39
* Many more operators now support `.` prefixes (e.g. `.≤`) ([#17393]). However,
40
users are discouraged from overloading these, since they are mainly parsed
41
in order to implement backwards compatibility with planned automatic
42
- broadcasting of dot operators in Julia 0.6 ([#16285]).
+ broadcasting of dot operators in Julia 0.6 ([#16285]). Explicitly qualified
43
+ operator names like `Base.≤` should now use `Base.:≤` (prefixed by `@compat`
44
+ if you need 0.4 compatibility via the `Compat` package).
45
46
New architectures
47
-----------------
0 commit comments