From 27ab03ab84abb047f80d0ea9f07e36f5fcdc9b4e Mon Sep 17 00:00:00 2001 From: Matthew Jaffee Date: Fri, 9 Feb 2018 12:13:33 -0600 Subject: [PATCH] fix capitalization and consistency in changelog --- CHANGELOG.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b3cae9de6..8ffa201ec 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,8 +11,8 @@ This version contains 2 contributions from 2 contributors. There are 3 files cha ### Fixed -- avoid overflow bug in differenceRunArray (v0.8) ([#1106](https://github.com/pilosa/pilosa/pull/1106)) -- fix bug where count and bitmap queries could return different numbers ([#1083](https://github.com/pilosa/pilosa/pull/1083)) +- Fix overflow bug in differenceRunArray [#1106](https://github.com/pilosa/pilosa/pull/1106) +- Fix bug where count and bitmap queries could return different numbers [#1083](https://github.com/pilosa/pilosa/pull/1083) ## [0.8.5] - 2018-01-18