From 5746ebbb1fadacc53282df5b973be5c815bafffd Mon Sep 17 00:00:00 2001 From: Cody Soyland Date: Tue, 3 Oct 2017 16:04:02 -0500 Subject: [PATCH] Fix typo --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9dd41da21..9fc52fc3b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -24,7 +24,7 @@ This version contains 59 contributions from 9 contributors. There are 61 files c - Update client library docs ([#831](https://github.com/pilosa/pilosa/pull/831)) - Handle SIGTERM signal ([#830](https://github.com/pilosa/pilosa/pull/830)) - Add cluster config example to docs ([#806](https://github.com/pilosa/pilosa/pull/806)) -- Add ability to suprress attributes and bits in Bitmap queries ([#783](https://github.com/pilosa/pilosa/pull/783)) +- Add ability to suppress attributes and bits in Bitmap queries ([#783](https://github.com/pilosa/pilosa/pull/783)) ### Fixed