From a110848f9b9c354f9156cf7fba9a6c7bac0da510 Mon Sep 17 00:00:00 2001 From: Nuno Maduro Date: Wed, 17 Nov 2021 10:47:28 +0000 Subject: [PATCH] docs: updates changelog --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 45042cc2..85d925a8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/) and this project adheres to [Semantic Versioning](http://semver.org/). +## [v1.21.0 (2021-11-17)](https://github.com/pestphp/pest/compare/v1.20.0...v1.21.0) +### Added +- warn about xdebug modes ([1e011c](https://github.com/pestphp/pest/commit/1e011c7b4074d08f5dabab1f927d45383c85d210)) + ## [v1.20.0 (2021-09-25)](https://github.com/pestphp/pest/compare/v1.19.0...v1.20.0) ### Added - `throwsIf` test call ([#371](https://github.com/pestphp/pest/pull/371))