From 69586d7d353a9dfb17a3ae2e9e70d3b7cbcbb4e0 Mon Sep 17 00:00:00 2001 From: Philip O'Toole Date: Thu, 9 Sep 2021 09:51:11 -0400 Subject: [PATCH] Update CHANGELOG --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index afad2403..9a46aad3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,7 @@ ### Implementation changes and bug fixes - [PR #885](https://github.com/rqlite/rqlite/pull/885): Improved responses on HTTP 500. - [PR #888](https://github.com/rqlite/rqlite/pull/888): Expose stats about BoltDB on the `status/` endpoint. +- [PR #889](https://github.com/rqlite/rqlite/pull/889): Add OS-level information to `status/` output. ## 6.4.3 (September 8th 2021) ### Implementation changes and bug fixes