From 4612c6671ca912c09ad1c77d1f37b7fe26fed362 Mon Sep 17 00:00:00 2001 From: "Md. Al-Amin" Date: Sun, 25 Aug 2019 05:00:51 +0600 Subject: [PATCH] Update HISTORY.rst to sync release changes --- HISTORY.rst | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) diff --git a/HISTORY.rst b/HISTORY.rst index 75378ed0..c2b5cc10 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -3,6 +3,35 @@ History ------- +7.0.0 (2019-08-11) +~~~~~~~~~~~~~~~~~~ +* Support Elasticsearch 7.0 (See PR #176) +* Added order by to paginate queryset properly (See PR #153) +* Remove `standard` token filter from `README.md` and test files +* Various documentation fixes + + +6.4.2 (2019-07-26) +~~~~~~~~~~~~~~~~~~ +* Fix document importing path +* Update readme + + + +6.4.1 (2019-06-14) +~~~~~~~~~~~~~~~~~~ +* The `DocType` import has changed to `Document` + + + +6.4.0 (2019-06-01) +~~~~~~~~~~~~~~~~~~ +* Support elasticsearch-dsl>6.3.0 +* Class `Meta` has changed to class `Django` (See PR #136) +* Add `register_document` decorator to register a document (See PR #136) +* Additional Bug fixing and others + + 0.5.1 (2018-11-07) ~~~~~~~~~~~~~~~~~~ * Limit elastsearch-dsl to supported versions