Skip to content

Commit a90bde3

Browse files
committed
add NEWS [ci skip]
1 parent 6763c5c commit a90bde3

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

NEWS.md

+3
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,9 @@ New language features
1010
and associativity as other arrow-like operators ([#36666]).
1111
* Compilation and type inference can now be enabled or disabled at the module level
1212
using the experimental macro `Base.Experimental.@compiler_options` ([#37041]).
13+
* The postfix conjugate transpose operator `'` now accepts Unicode modifiers as
14+
suffixes, so e.g. `a'ᵀ` is parsed as `var"'ᵀ"(a)`, which can be defined by the
15+
user. `a'ᵀ` parsed as `a' * ᵀ` before, so this is a minor change ([#37247]).
1316

1417
Language changes
1518
----------------

0 commit comments

Comments
 (0)