update unreleased section of CHANGELOG with rangeEnabled deprecation

This commit is contained in:
Matthew Jaffee 2018-04-16 16:16:14 -05:00
parent fe0ba6280f
commit c7f2d0f675
No known key found for this signature in database
GPG key ID: 51C676AF9FFCDB87

View file

@ -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