From a7e4175c4990fcd5cdaaeeeb524ec5133566100c Mon Sep 17 00:00:00 2001 From: Luiz Marin <67489841+luizcmarin@users.noreply.github.com> Date: Fri, 24 May 2024 10:11:59 -0300 Subject: [PATCH 1/2] Update UPGRADE.md --- UPGRADE.md | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/UPGRADE.md b/UPGRADE.md index ce2f175..3d1bb5d 100644 --- a/UPGRADE.md +++ b/UPGRADE.md @@ -1,3 +1,10 @@ -# Upgrading Instructions +# Upgrading Instructions for Yii Cache Library - Memcached Handler -## Changes summary +This file contains the upgrade notes. These notes highlight changes that could break your +application when you upgrade the package from one version to another. + +> **Important!** The following upgrading instructions are cumulative. That is, if you want +> to upgrade from version A to version C and there is version B between A and C, you need +> to following the instructions for both A and B. + +## Upgrade from 1.x From a37bff3138d7a94beb72c7db921529b87ba4315d Mon Sep 17 00:00:00 2001 From: Sergei Predvoditelev Date: Sat, 25 May 2024 16:27:10 +0300 Subject: [PATCH 2/2] Delete UPGRADE.md --- UPGRADE.md | 10 ---------- 1 file changed, 10 deletions(-) delete mode 100644 UPGRADE.md diff --git a/UPGRADE.md b/UPGRADE.md deleted file mode 100644 index 3d1bb5d..0000000 --- a/UPGRADE.md +++ /dev/null @@ -1,10 +0,0 @@ -# Upgrading Instructions for Yii Cache Library - Memcached Handler - -This file contains the upgrade notes. These notes highlight changes that could break your -application when you upgrade the package from one version to another. - -> **Important!** The following upgrading instructions are cumulative. That is, if you want -> to upgrade from version A to version C and there is version B between A and C, you need -> to following the instructions for both A and B. - -## Upgrade from 1.x