From 351e12de63a365e51236d1d98c29368ef9e5d58c Mon Sep 17 00:00:00 2001 From: Rob Skillington Date: Wed, 16 Oct 2019 17:00:17 -0400 Subject: [PATCH] Update changelog 0.14.1 (#2006) --- CHANGELOG.md | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b96ff19f6e..2875e14285 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,17 @@ # 0.14.1 -- **All**: Ensure cgo is disabled in release binaries ([#2005](https://github.com/m3db/m3/pull/2005)) +## Features + +- **M3Query**: Add endpoint that parses query to an AST ([#2002](https://github.com/m3db/m3/pull/2002)) + +## Bug Fixes + +- **M3Query**: Fix label replace lazy block function execution ([#1985](https://github.com/m3db/m3/pull/1985)) + +## Misc + +- **Build**: Ensure CGO is disabled in release binaries ([#2005](https://github.com/m3db/m3/pull/2005)) # 0.14.0