From 3288ee7ec5755e1a0f49d7f67a51840c04ee8f9d Mon Sep 17 00:00:00 2001 From: Sean Corfield Date: Sun, 18 Jul 2021 19:02:19 -0700 Subject: [PATCH] Update changelog to reflect doc changes --- CHANGELOG.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8e7907d..3e3d1c2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,9 @@ # Changes -* 2.0.0-rc5 in progress +* 2.0.next in progress + * Documentation improvements: `:fetch`, `:lift`, `:limit`, `:offset`, `:param`, `:select`; also around JSON/PostgreSQL. + +* 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). * Fix #337 by switching to `clojure.test` even for ClojureScript. * Address #332 by improving `:cross-join` documentation.