From 69029a207f48798947f5f50f5f8b8619cf820be0 Mon Sep 17 00:00:00 2001 From: Gert de Pagter Date: Fri, 3 Apr 2020 10:56:12 +0200 Subject: [PATCH] Update the changelog for unreleased features (#181) --- CHANGELOG.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index b9296da3..5a45a506 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,17 @@ Changelog ## UNRELEASED +### Added + +* added `Assert::notStartsWith()` +* added `Assert::notEndsWith()` +* added `@psalm-pure` annotations to pure assertions + +### Fixed + +* Exception messages of comparisons between `DateTime(Immutalbe)` objects now display their date & time. +* Custom Exception messages for `Assert::count()` now use the values to render the exception message. + ## 1.7.0 (2020-02-14) ### Added