From a568e49fcdca5b2ddf2652efaacd0f2c86afd5f0 Mon Sep 17 00:00:00 2001 From: Basil Date: Wed, 5 Oct 2022 10:34:55 +0200 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index a817a95..6a72c30 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org/). In order to read more about upgrading and BC breaks have a look at the [UPGRADE Document](UPGRADE.md). +## 3.6.0 (5. October 2022) + ++ [#48](https://github.com/luyadev/luya-module-crawler/pull/48) Added events `beforeProcess` and `afterIndex` in order to interact with search results from a none crawled source. + ## 3.5.0 (28. April 2022) + [#46](https://github.com/luyadev/luya-module-crawler/pull/46) Prevent the crawler from purge the full index when the builder index is empty. This can be disabled with the new option `--purging=1`.