diff --git a/CHANGELOG.md b/CHANGELOG.md index d5a46f2e..1079dc71 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## 7.7.1 (unreleased) +### 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) + ## 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.