Skip to content

Commit 5bd48d1

Browse files
committed
note that #17393 now requires one to use Base.:≤ instead of Base.≤
1 parent 5f50872 commit 5bd48d1

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

NEWS.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,9 @@ New language features
3939
* Many more operators now support `.` prefixes (e.g. `.≤`) ([#17393]). However,
4040
users are discouraged from overloading these, since they are mainly parsed
4141
in order to implement backwards compatibility with planned automatic
42-
broadcasting of dot operators in Julia 0.6 ([#16285]).
42+
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).
4345

4446
New architectures
4547
-----------------

0 commit comments

Comments
 (0)