From 0e82d757640b12337de29596cc0fea38669b6f7c Mon Sep 17 00:00:00 2001 From: Mantas Varatiejus <mantas.varatiejus@nfq.com> Date: Mon, 28 Dec 2015 09:55:19 +0200 Subject: [PATCH] Added change log --- CHANGELOG.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..d843e4c --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,16 @@ +CHANGELOG +========= + +v1.x (201x) +--- + +- Fixed nested query in case `bool` with single `must` clause given (#32) +- Deprecated all filters and filtered query (#50) +- Added `filter` clause support for `BoolQuery` (#48) + +v1.0.1 (2015-12-16) +--- + +- Fixed `function_score` query options handling (#35) +- Added Symfony 3 compatibility +- Added support for `timeout` and `terminate_after` options in Search endpoint (#34) -- GitLab