From fe5413c4f65aa89ed591b944f67477be2582710e Mon Sep 17 00:00:00 2001 From: Michael O'Connell Date: Wed, 22 Jun 2022 16:36:57 -0500 Subject: [PATCH] Update changelog for 2.0.1 --- CHANGELOG.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 108db43..af4bd1b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +Version 2.0.1 +=========== + +Fixes +----------- +* Fix type error when handling an exception +* Handle Throwables rather than just Exceptions +* Handle exceptions thrown in attribute handlers + Version 2.0 =========== @@ -12,7 +21,6 @@ New Features * Allow Symfony 6 components * Upgrade to PhpUnit 9.x -Other Version 1.5.1 ===========