Skip to content

Commit

Permalink
add NEWS entry
Browse files Browse the repository at this point in the history
  • Loading branch information
simeonschaub committed May 29, 2021
1 parent 36f9a09 commit 9d6c791
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,9 @@ New language features
in `[A; B]` has always described concatenating along the first dimension (vertically), now two
semicolons `[A;; B]` do so in the second dimension (horizontally), three semicolons `;;;` in the
third, and so on. ([#33697])
* A backslash (`\`) before a newline inside a string literal now escapes the newline while also
respecting indentation. This can be used to split up long strings without newlines into multiple
lines of code. ([#40753])

Language changes
----------------
Expand Down Expand Up @@ -102,6 +105,8 @@ Standard library changes
* `@lock` is now exported from Base ([#39588]).
* The experimental function `Base.catch_stack()` has been renamed to `current_exceptions()`, exported from Base and given a more specific return type ([#29901])
* Some degree trigonometric functions, `sind`, `cosd`, `tand`, `asind`, `acosd`, `asecd`, `acscd`, `acotd`, `atand` now accept an square matrix ([#39758]).
* A backslash before a newline in command literals now always escapes the newline, similar to standard string
literals, whereas the result was not well-defined before. ([#40753])

#### Package Manager

Expand Down

0 comments on commit 9d6c791

Please sign in to comment.