Skip to content

Commit

Permalink
docs: Changelog for 0.11.1 (#4002)
Browse files Browse the repository at this point in the history
Co-authored-by: eitsupi <ts1s1andn@gmail.com>
  • Loading branch information
max-sixty and eitsupi committed Dec 26, 2023
1 parent 2ceec4e commit 7500343
Showing 1 changed file with 7 additions and 12 deletions.
19 changes: 7 additions & 12 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,18 @@
# PRQL Changelog

## 0.11.1 — [unreleased]
## 0.11.1 — 2023-12-26

**Language**:
0.11.1 fixes a couple of small bugs; it comes a few days after 0.11.

This release has 16 commits from 6 contributors. Selected changes:

**Features**:

- Infer the type of array literals to be the union of types of its items.
(@aljazerzen, #3989)
- `prql` module is added and the `prql_version` function is renamed to the
`prql.version` function. The old `prql_version` function is deprecated and
will be removed in the future release. (@eitsupi, #4006)

**Fixes**:

Expand All @@ -16,16 +21,6 @@
- Fix `take` n rows for `mssql` dialect by switching from TOP to FETCH
(@PrettyWood, #3994)

**Documentation**:

**Web**:

**Integrations**:

**Internal changes**:

**New Contributors**:

## 0.11.0 — 2023-12-19

0.11.0 introduces new `date`, `text` & `math` modules with lots of standard
Expand Down

0 comments on commit 7500343

Please sign in to comment.