Skip to content

Commit 326316e

Browse files
committed
Include NEWS entry about new operator suffixes
1 parent 302ff45 commit 326316e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

NEWS.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,9 @@ New language features
1515
`compat.julia` or `syntax.julia_version` key in Project.toml. This feature is similar to the notion of "editions"
1616
in other language ecosystems and will allow non-breaking evolution of Julia syntax in future versions.
1717
See the "Syntax Versioning" section in the code loading documentation ([#60018]).
18+
- `` (U+U+1D45), `` (U+1D4B), `` (U+1DB2), `˱` (U+02F1), `˲` (U+02F2), and `` (U+2094) can now also be used as
19+
operator suffixes. They can be tab-completed from `\^alpha`, `\^epsilon`, `\^ltphi`, `\_<`, `\_>`, and `\_schwa` in
20+
the REPL ([#60285]).
1821

1922
Language changes
2023
----------------

0 commit comments

Comments
 (0)