From 4d209b3f0df0b6039771ffeb522d73af16a007e0 Mon Sep 17 00:00:00 2001 From: Rougin Gutib Date: Fri, 8 Dec 2023 18:05:56 +0800 Subject: [PATCH] Change details in UPGRADE.md --- UPGRADE.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/UPGRADE.md b/UPGRADE.md index fac3977c..2eac32a1 100644 --- a/UPGRADE.md +++ b/UPGRADE.md @@ -2,6 +2,14 @@ Below are the guides when upgrading from specified versions due to backward compatibility breaks: +## From `v0.8.0` to `v0.9.0` + +No known backward compatibility issues found. + +## From `v0.7.0` to `v0.8.0` + +No known backward compatibility issues found. + ## From `v0.6.0` to `v0.7.0` Although no backward compatibility issues found in Slytherin's code, one of the Slytherin's supported packages, `filp/whoops`, has an issue regarding PHP errors. With this, kindly change its version to `~2.0` in the `composer.json` then perform `composer update` after: