We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6763c5c commit a90bde3Copy full SHA for a90bde3
NEWS.md
@@ -10,6 +10,9 @@ New language features
10
and associativity as other arrow-like operators ([#36666]).
11
* Compilation and type inference can now be enabled or disabled at the module level
12
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]).
16
17
Language changes
18
----------------
0 commit comments