From e51637008d67aea5ac6dbfd7a025a57a53f35d78 Mon Sep 17 00:00:00 2001 From: Sean Corfield Date: Thu, 29 Jul 2021 23:23:29 -0700 Subject: [PATCH] update change log --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 216b277..e4b033c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,7 @@ * 2.0.next in progress * Fixes #340 by making hyphen to space logic more general so _operators_ containing `-` should retain the hyphen without special cases. * Documentation improvements: `:fetch`, `:lift`, `:limit`, `:offset`, `:param`, `:select`; also around JSON/PostgreSQL. + * Update `depstar` and `test-runner`. * 2.0.0-rc5 (for testing; 2021-07-17) * Fix #338 by producing `OFFSET n ROWS` (or `ROW` if `n` is 1) if `:fetch` is present or `:sqlserver` dialect is specified; and by producing `FETCH NEXT n ROWS ONLY` (or `ROW` is `n` is 1; or `FIRST` instead of `NEXT` if `:offset` is not present).