Skip to content

Commit 327298a

Browse files
authored
docs: Add changelog for 0.4.2 (#1623)
1 parent ecf3fd5 commit 327298a

File tree

1 file changed

+12
-4
lines changed

1 file changed

+12
-4
lines changed

CHANGELOG.md

+12-4
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,12 @@
11
# PRQL Changelog
22

3-
## 0.4.2 — [unreleased]
3+
## 0.4.2 — 2022-01-25
44

55
**Features**:
66

77
- New `from_text format-arg string-arg` function that supports JSON and CSV
88
formats. _format-arg_ can be `format:csv` or `format:json`. _string-arg_ can
9-
be a string in any format. See discussion in
10-
https://github.com/PRQL/prql/pull/1514 (@aljazerzen, @snth) _(Implemented in
11-
Playground)_
9+
be a string in any format. (@aljazerzen & @snth, #1514)
1210

1311
```prql
1412
from_text format:csv """
@@ -32,6 +30,16 @@
3230

3331
For now, the argument is limited to string constants.
3432

33+
**Fixes**
34+
35+
- Export constructor for SQLCompileOptions (@bcho, #1621)
36+
- Remove backticks in count_distinct (@aljazerzen, #1611)
37+
38+
**New Contributors**
39+
40+
- @1Kinoti, with #1596
41+
- @veenaamb, with #1614
42+
3543
## 0.4.1 — 2022-01-18
3644

3745
0.4.1 comes a few days after 0.4.0, with a couple of features and the release of

0 commit comments

Comments
 (0)