From d89beeeaba9f69bd7d986592a4425b0600dd2a78 Mon Sep 17 00:00:00 2001 From: Philip O'Toole Date: Wed, 22 Feb 2017 15:14:24 -0500 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ad4bc33d..41127823 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ ## 3.12.0 (unreleased) - [PR #280](https://github.com/rqlite/rqlite/pull/280), [PR #281](https://github.com/rqlite/rqlite/pull/281): Integrate with new Discovery Service. -- [PR #282](https://github.com/rqlite/rqlite/pull/282): Retry cluster-join attempts on failure +- [PR #282](https://github.com/rqlite/rqlite/pull/282): Retry cluster-join attempts on failure. ## 3.11.0 (February 12th 2017) - [PR #268](https://github.com/rqlite/rqlite/pull/268): Allow Store to wait for application of initial logs. Fixes [issue #260](https://github.com/rqlite/rqlite/issues/260).