From ecb96c34ee520bc695e35ec63d7e16cedf3a407c Mon Sep 17 00:00:00 2001 From: Shalvah Date: Mon, 25 Jan 2021 23:24:31 +0100 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5de07d69..4d7731aa 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,6 +12,16 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), ### Removals +## 2.5.2 (Monday, 25 January, 2021) +### Fixes +- Change check for legacy-style factories to check for new style instead. (https://github.com/knuckleswtf/scribe/pull/181) + +## 2.5.1 (Wednesday, 16 December 2020) +- PHP 8 support (https://github.com/knuckleswtf/scribe/pull/162) + +## 2.5.0 +There wasn't a 2.5.0.😕 No reason why; it just skipped my mind. + ## 2.4.2 (Tuesday, 1 December 2020) ### Fixes - Specify the `local` disk when fetching `openapi.yaml` file. (https://github.com/knuckleswtf/scribe/pull/150)