Skip to content

Commit

Permalink
docs: Tweak changelog (#1522)
Browse files Browse the repository at this point in the history
  • Loading branch information
max-sixty authored Jan 16, 2023
1 parent 0445dc2 commit a212519
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 7 deletions.
15 changes: 9 additions & 6 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -112,42 +112,45 @@ library's API has changed.
**Fixes**:
- Allow interpolations in table s-strings (@aljazerzen, #1337)
[This release, the changelog only contains a subset of fixes]
[not all documentation changes are included here]
- Allow interpolations in table s-strings (@aljazerzen, #1337)
**Documentation**:
[This release, the changelog only contains a subset of documentation
improvements]
- Add docs on aliases in
[Select](https://prql-lang.org/book/transforms/select.html)
- Add JS template literal and multiline example (@BCsabaEngine, #1432)
- JS template literal and multiline example (@BCsabaEngine, #1432)
- Improve prql-compiler docs & examples (@aljazerzen, #1515)
- Fix string highlighting in book (@max-sixty, #1264)
[not all documentation changes are included here]
**Web**:
- The playground allows querying some sample data. As before, the result updates
on every keystroke. (@aljazerzen, #1305)
**Integrations**:
[This release, the changelog only contains a subset of integration improvements]
- Added Elixir integration exposing PRQL functions as NIFs (#1500, @kasvith)
- Exposed Elixir flavor with exceptions (#1513, @kasvith)
- Rename `prql-compiler` binary to `prqlc` (@aljazerzen #1515)
**Internal changes**:
[This release, the changelog only contains a subset of internal changes]
- Add parsing for negative select (@max-sixty, #1317)
- Allow for additional builtin functions (@aljazerzen, #1325)
- Add an automated check for typos (@max-sixty, #1421)
- Add tasks for running playground & book (@max-sixty, #1265)
- Add tasks for running tests on every file change (@max-sixty, #1380)
[not all internal changes are included here]
**New contributors**:
- @EArazli, with #1359
Expand Down
2 changes: 1 addition & 1 deletion prql-elixir/native/prql/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit a212519

Please sign in to comment.