From 31159baae909b4a1bbbb3aa3457e51d3e0be0c70 Mon Sep 17 00:00:00 2001 From: Joe Fleming Date: Mon, 16 May 2016 14:24:20 -0700 Subject: [PATCH] add future version notes to changelog --- CHANGELOG.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index d535847..2d727ec 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,11 @@ Notable changes to the esqueue project. Pay attention to `[BREAKING]` changes when upgrading. +## v0.4.0 + +- [BREAKING] Change `priority` mapping to *byte* +- Exclude `output.content` from _source when query jobs + ## v0.3.2 - Misisng indiced returns empty array (fixed errors in v0.3.1)