From 58492c7eab45744f64deb995caef554523c9578f Mon Sep 17 00:00:00 2001 From: Matthew Jaffee Date: Tue, 17 Apr 2018 07:54:25 -0500 Subject: [PATCH] remove period in CHANGELOG --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 950ecaad7..09562dc06 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -41,7 +41,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/). - Group the write operations in syncBlock by MaxWritesPerRequest ([#950](https://github.com/pilosa/pilosa/pull/950)) - Refactored HTTPClient handling ([#991](https://github.com/pilosa/pilosa/pull/991)) - Remove FrameSchema. Move Fields to the Frame struct ([#907](https://github.com/pilosa/pilosa/pull/907)) -- Deprecated RangeEnabled option. ([#1205](https://github.com/pilosa/pilosa/pull/1205)) +- Deprecated RangeEnabled option ([#1205](https://github.com/pilosa/pilosa/pull/1205)) ### Removed