From a2125193c73d945fd3060052fe853b671a613dd7 Mon Sep 17 00:00:00 2001 From: Maximilian Roos <5635139+max-sixty@users.noreply.github.com> Date: Sun, 15 Jan 2023 20:34:41 -0800 Subject: [PATCH] docs: Tweak changelog (#1522) --- CHANGELOG.md | 15 +++++++++------ prql-elixir/native/prql/Cargo.lock | 2 +- 2 files changed, 10 insertions(+), 7 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 40a2af888c02..9a93ef75fd65 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -112,12 +112,15 @@ 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) @@ -125,8 +128,6 @@ library's API has changed. - 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 @@ -134,20 +135,22 @@ library's API has changed. **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 diff --git a/prql-elixir/native/prql/Cargo.lock b/prql-elixir/native/prql/Cargo.lock index 8e7b39a4ec90..c6ca78fca0b4 100644 --- a/prql-elixir/native/prql/Cargo.lock +++ b/prql-elixir/native/prql/Cargo.lock @@ -395,7 +395,7 @@ dependencies = [ [[package]] name = "prql-compiler" -version = "0.3.1" +version = "0.4.0" dependencies = [ "anyhow", "ariadne",