From 68ed6b6bad551f222c816a773f2828d548bbf23e Mon Sep 17 00:00:00 2001 From: Carlos Alandete Sastre Date: Wed, 21 Feb 2024 11:33:50 +0100 Subject: [PATCH] Update CHANGELOG --- docs/CHANGELOG.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index f38e546e..4d0d1d29 100644 --- a/docs/CHANGELOG.md +++ b/docs/CHANGELOG.md @@ -2,10 +2,12 @@ All notable changes to this project will be documented in this file. ## 0.10.14 -* Add dependency detection for catch blocks. +* Add `shouldInclude()` and `shouldNotInclude` assertions. +* Detect catch blocks in dependency assertions. +* Fix shouldBeNamed assertion not functioning on second run. ## 0.10.13 -* Fix namespace selector matching similar namespaces +* Fix namespace selector matching similar namespaces. ## 0.10.12 * Add `shouldBeNamed()` assertion.