Skip to content

Commit

Permalink
Update HISTORY.md
Browse files Browse the repository at this point in the history
Update history to preserve the change description.
  • Loading branch information
iagobaapellaniz authored Dec 15, 2020
1 parent 25d4f2d commit ddfba23
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions HISTORY.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ Language changes
a function like other operators. The dotted version `.-->` is now parsed as well.
For backwards compatibility, `-->` still parses using its own expression head
instead of `:call`.
* The middle dot `·` (`\cdotp` U+00b7) and the Greek interpunct `·` (U+0387) are now treated as equivalent to the dot operator `` (`\cdot` U+22c5) (#25157).
* The `a[begin, k]` syntax now calls `firstindex(a, 1)` rather than `first(axes(a, 1))` ([#35779]),
but the former now defaults to the latter for any `a` ([#38742]).
* `` (U+233F) and `¦` (U+00A6) are now infix operators with times-like and plus-like precedence,
Expand Down

0 comments on commit ddfba23

Please sign in to comment.