Skip to content

Commit

Permalink
add NEWS [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
simeonschaub committed Sep 5, 2020
1 parent 6763c5c commit a90bde3
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@ New language features
and associativity as other arrow-like operators ([#36666]).
* Compilation and type inference can now be enabled or disabled at the module level
using the experimental macro `Base.Experimental.@compiler_options` ([#37041]).
* The postfix conjugate transpose operator `'` now accepts Unicode modifiers as
suffixes, so e.g. `a'ᵀ` is parsed as `var"'ᵀ"(a)`, which can be defined by the
user. `a'ᵀ` parsed as `a' * ᵀ` before, so this is a minor change ([#37247]).

Language changes
----------------
Expand Down

0 comments on commit a90bde3

Please sign in to comment.