diff --git a/CHANGELOG.md b/CHANGELOG.md index d6f649ef..0dfa91a9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,5 @@ ## 3.6.0 (unreleased) +- [PR #193](https://github.com/rqlite/rqlite/pull/193): Allow joining a cluster through any node, not just leader. - [PR #187](https://github.com/rqlite/rqlite/pull/187): Support memory profiling. - Go cyclo complexity changes.