From c7f2d0f675adfe3027df89b2af02f83f65bfa9fe Mon Sep 17 00:00:00 2001 From: Matthew Jaffee Date: Mon, 16 Apr 2018 16:16:14 -0500 Subject: [PATCH] update unreleased section of CHANGELOG with rangeEnabled deprecation --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2a4d17174..950ecaad7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -41,6 +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)) ### Removed