From 8a8e0c3c8f3f03dfdb6bf62abf89c1b7273fc0b3 Mon Sep 17 00:00:00 2001 From: Freek Van der Herten Date: Tue, 27 Oct 2020 08:36:25 +0100 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 09745b6..d08bbe4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ All notable changes to `phpunit-watcher` will be documented in this file +## 1.23.0 - 2020-10-27 + +- add support for `exclude` and `ignore` options + ## 1.22.1 - 2020-10-21 - merge options recursively in `WatcherFactory` to preserve nested values (#115)