From 3e61826dcd26ca330188a55cccf4e1cb020fd3d4 Mon Sep 17 00:00:00 2001 From: Freek Van der Herten Date: Wed, 21 Oct 2020 08:58:04 +0200 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index c3f2037..09745b6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ All notable changes to `phpunit-watcher` will be documented in this file +## 1.22.1 - 2020-10-21 + +- merge options recursively in `WatcherFactory` to preserve nested values (#115) + ## 1.22.0 - 2020-01-04 - add ability to control timeout for PHPUnit process (#104)