Skip to content

Commit

Permalink
chore: Add ** to changelog (PRQL#4789)
Browse files Browse the repository at this point in the history
  • Loading branch information
max-sixty authored Jul 25, 2024
1 parent 67453ae commit 9d62f8b
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@
## 0.13.0 — 2024-07-25

0.13.0 brings a new debug logging framework, a big refactor of the parser, a new
highlighter, a few bug fixes, and lots of other changes. It has 153 commits from
11 contributors.
highlighter, an `**` operator for exponentiation, a few bug fixes, and lots of
other changes. It has 153 commits from 11 contributors.

Our work continues on rewriting the resolver and completing `prqlc fmt`.

Expand All @@ -44,6 +44,8 @@ Selected changes:
This is a small breaking change. The new behavior matches the existing
documentation. (@max-sixty, #4775)

- A new `**` operator for exponentiation. (@aljazerzen & @max-sixty, #4125)

**Features**:

- `prqlc compile --debug-log=log.html` will generate an HTML file with a
Expand Down

0 comments on commit 9d62f8b

Please sign in to comment.