Skip to content

Commit

Permalink
docs(changelog): link to the division docs (#3605)
Browse files Browse the repository at this point in the history
  • Loading branch information
eitsupi authored Oct 5, 2023
1 parent 55d9996 commit 729e5b8
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -235,9 +235,13 @@ A small selection of the changes:
depending on the target.

- _Breaking_: Operator `/` now always performs floating division (@aljazerzen,
#2684). _TODO: add link to division operator docs_
#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).
- 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 729e5b8

Please sign in to comment.