From 419ae999d2a2f385020fb02d20d8e0d045b964ba Mon Sep 17 00:00:00 2001 From: Philip O'Toole Date: Sat, 21 May 2016 22:18:20 -0700 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 08723e5c..668021c4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,5 @@ ## 3.2.1 (May 22nd 2016) -- [PR #](https://github.com/rqlite/rqlite/pull/143): Use DELETE as HTTP method to remove nodes. +- [PR #143](https://github.com/rqlite/rqlite/pull/143): Use DELETE as HTTP method to remove nodes. ## 3.2.0 (May 21st 2016) - [PR #142](https://github.com/rqlite/rqlite/pull/142): Use correct HTTP methods on all endpoints.