From 5e5abfed7ced38471a07cf3be136a319c58a35db Mon Sep 17 00:00:00 2001 From: Cody Soyland Date: Thu, 8 Jun 2017 09:34:15 -0500 Subject: [PATCH] Use consistent verb format in release notes --- CHANGELOG.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 36786fa3f..be9c99bd1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -16,12 +16,12 @@ This version contains 53 contributions from 13 contributors (including 4 volunte - Improve test coverage for ctl package ([#586](https://github.com/pilosa/pilosa/pull/586)) - Add support for bit flip (negate) in roaring ([#592](https://github.com/pilosa/pilosa/pull/592)) - Add xor support to roaring ([#571](https://github.com/pilosa/pilosa/pull/571)) -- WebUI autocomplete improvements ([#560](https://github.com/pilosa/pilosa/pull/560)) +- Improve WebUI autocomplete ([#560](https://github.com/pilosa/pilosa/pull/560)) - Add syntax hints tooltip to WebUI ([#537](https://github.com/pilosa/pilosa/pull/537)) - Implement 'config' CLI command. ([#541](https://github.com/pilosa/pilosa/pull/541)) - Move docs into repo ([#563](https://github.com/pilosa/pilosa/pull/563)) - Add inverse TopN() support ([#551](https://github.com/pilosa/pilosa/pull/551)) -- Various Makefile updates ([#540](https://github.com/pilosa/pilosa/pull/540)) +- Add various Makefile updates ([#540](https://github.com/pilosa/pilosa/pull/540)) - Provide details on Glide checksum mismatch ([#546](https://github.com/pilosa/pilosa/pull/546)) - Add Docker multi-stage build ([#535](https://github.com/pilosa/pilosa/pull/535)) - Support inverse Range() queries ([#533](https://github.com/pilosa/pilosa/pull/533)) @@ -37,15 +37,15 @@ This version contains 53 contributions from 13 contributors (including 4 volunte ### Fixed - Add "make test" to PHONY section of Makefile ([#605](https://github.com/pilosa/pilosa/pull/605)) - Fix failing tests when IPv6 is disabled ([#594](https://github.com/pilosa/pilosa/pull/594)) -- Minor docs fix, indent in JSON ([#599](https://github.com/pilosa/pilosa/pull/599)) -- BroadcastHandler handle missing index error ([#597](https://github.com/pilosa/pilosa/pull/597)) -- WebUI fixes ([#589](https://github.com/pilosa/pilosa/pull/589)) -- Support for 32-bit Linux ([#549](https://github.com/pilosa/pilosa/pull/549), [#565](https://github.com/pilosa/pilosa/pull/565)) +- Add minor docs fix, indent in JSON ([#599](https://github.com/pilosa/pilosa/pull/599)) +- Fix BroadcastHandler handle missing index error ([#597](https://github.com/pilosa/pilosa/pull/597)) +- Add WebUI fixes ([#589](https://github.com/pilosa/pilosa/pull/589)) +- Fix support for 32-bit Linux ([#549](https://github.com/pilosa/pilosa/pull/549), [#565](https://github.com/pilosa/pilosa/pull/565)) - Fix 3 separate bugs in bitmapCountRange ([#559](https://github.com/pilosa/pilosa/pull/559)) - Add client support for MaxInverseSliceByIndex ([#555](https://github.com/pilosa/pilosa/pull/555)) - Fix bug in `handleGetSliceMax` ([#554](https://github.com/pilosa/pilosa/pull/554)) - Default to `standard` view in export command ([#548](https://github.com/pilosa/pilosa/pull/548)) -- Roaring: fix vet issues with the assembly code ([#528](https://github.com/pilosa/pilosa/pull/528)) +- Fix vet issues with the assembly code in Roaring ([#528](https://github.com/pilosa/pilosa/pull/528)) - Prevent row labels that match the column label ([#503](https://github.com/pilosa/pilosa/pull/503)) - Fix roaring test: TestBitmap_Quick_Array1 ([#507](https://github.com/pilosa/pilosa/pull/507)) - Don't try to create inverse views on Import() when inverseEnabled is false ([#462](https://github.com/pilosa/pilosa/pull/462))