From 65944f6c15d4bdcde2dbef01da2ea055ad1fc85f Mon Sep 17 00:00:00 2001 From: Philip O'Toole Date: Wed, 3 Feb 2021 21:37:20 -0500 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 62291707..1f779702 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,8 +9,7 @@ - [PR #738](https://github.com/rqlite/rqlite/pull/738): Switch to rqlite fork of mattn/go-sqlite3. The SQLite C code remains unchanged. - [PR #741](https://github.com/rqlite/rqlite/pull/741): Tighten up Store-level locking. - [PR #747](https://github.com/rqlite/rqlite/pull/747): Time snapshot, restore, and startup times. -- [PR #750](https://github.com/rqlite/rqlite/pull/750): Build on-disk databases in-memory first. Fixes [issue #731](https://github.com/rqlite/rqlite/ -issues/731). +- [PR #750](https://github.com/rqlite/rqlite/pull/750): Build on-disk databases in-memory first. Fixes [issue #731](https://github.com/rqlite/rqlite/issues/731). - [PR #754](https://github.com/rqlite/rqlite/pull/754): Support Noop commands in Raft Log. ## 5.9.0 (January 24th 2021)