From 50108d41c79cd4404b7297ecad5620528fded638 Mon Sep 17 00:00:00 2001 From: Philip O'Toole Date: Thu, 13 Oct 2022 17:26:29 -0400 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c201ccdf..d8c1708e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ ## 7.7.1 (October 13th 2022) ### Implementation changes and bug fixes -- [PR #1074](https://github.com/rqlite/rqlite/pull/1074): Support nil as a paramterized value. Fixes [issue #1073](https://github.com/rqlite/rqlite/issues/1073) +- [PR #1074](https://github.com/rqlite/rqlite/pull/1074): Support `NULL` as a paramterized value. Fixes [issue #1073](https://github.com/rqlite/rqlite/issues/1073) ## 7.7.0 (September 28th 2022) This release adds support for SQLite [`RANDOM()`](https://www.sqlite.org/deterministic.html), the first such [support for non-deterministic functions](https://github.com/rqlite/rqlite/blob/master/DOC/NON_DETERMINISTIC_FUNCTIONS.md). It does this via statement-rewriting.