From ab6c85c2a6fe79807fd1cba91069bf74ffc241a0 Mon Sep 17 00:00:00 2001 From: Fabio Manganiello Date: Tue, 16 Mar 2021 00:17:20 +0100 Subject: [PATCH] Updated CHANGELOG --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 23b17a12..b9443c36 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,9 @@ Given the high speed of development in the first phase, changes are being report ### Added +- Added `log.http` backend to monitor changes to HTTP log files + (see [#167](https://git.platypush.tech/platypush/platypush/-/issues/167)). + - Added `file.monitor` backend, which replaces the `inotify` backend (see [#172](https://git.platypush.tech/platypush/platypush/-/issues/172)).