From 4c29e330fb306876bca3174aa4b097d0d8611964 Mon Sep 17 00:00:00 2001 From: Carlos Alandete Sastre Date: Fri, 5 Jul 2024 16:56:19 +0200 Subject: [PATCH] Update CHANGELOG --- docs/CHANGELOG.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index d443c17b..bb98ae71 100644 --- a/docs/CHANGELOG.md +++ b/docs/CHANGELOG.md @@ -1,6 +1,12 @@ # Changelog All notable changes to this project will be documented in this file. +## 0.10.18 +* Add `shouldNotExist()` assertion. + +## 0.10.17 +* Add the ability to define multiple Rules in the same test function. + ## 0.10.16 * Fix template names getting resolved as FQCNs in throws docs.