diff --git a/CHANGELOG.md b/CHANGELOG.md index 951731fd..a52b24f6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,7 @@ - [PR #342](https://github.com/rqlite/rqlite/pull/342): Add missing Store parameters to diagnostic output. - [PR #343](https://github.com/rqlite/rqlite/pull/343): Support fetching [expvar](https://golang.org/pkg/expvar/) information via CLI. - [PR #344](https://github.com/rqlite/rqlite/pull/344): Make read-consistency query param value case-insensitive. +- [PR #345](https://github.com/rqlite/rqlite/pull/345): Add unit test coverage for status and expvar endpoints. ## 4.0.2 (August 8th 2017) - [PR #337](https://github.com/rqlite/rqlite/pull/337): Include any query params with 301 redirect URL.