Skip to content

Commit

Permalink
chore: Backport #3605 to web (#3627)
Browse files Browse the repository at this point in the history
  • Loading branch information
eitsupi authored Oct 8, 2023
1 parent 8e7676f commit 5f20f37
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -210,10 +210,14 @@ A small selection of the changes:
- New arithmetic operators. These compile to different function or operator
depending on the target.

- _Breaking:_ Operator `/` now always performs floating division (@aljazerzen,
#2684). _TODO: add link to division operator docs_

- Truncated integer division operator `//` (@aljazerzen, #2684).
- _Breaking_: Operator `/` now always performs floating division (@aljazerzen,
#2684). See the
[Division docs](https://prql-lang.org/book/reference/syntax/operators.html#division-and-integer-division)
for details.

- Truncated integer division operator `//` (@aljazerzen, #2684). See the
[Division docs](https://prql-lang.org/book/reference/syntax/operators.html#division-and-integer-division)
for details.

- Regex search operator `~=` (@max-sixty, #2458). An example:

Expand Down

0 comments on commit 5f20f37

Please sign in to comment.