From 31a87bde41b03216cde918219ea30293ff6ca28c Mon Sep 17 00:00:00 2001 From: Sergei Predvoditelev Date: Fri, 24 May 2024 13:58:32 +0300 Subject: [PATCH] Update 021-changelog-upgrade.md --- 021-changelog-upgrade.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/021-changelog-upgrade.md b/021-changelog-upgrade.md index 1e7e11d..fe672ad 100644 --- a/021-changelog-upgrade.md +++ b/021-changelog-upgrade.md @@ -54,11 +54,11 @@ application when you upgrade the package from one version to another. > 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 2.x to 3.x +## Upgrade from 2.x - Public method `test()` was removed. Use `perform()` instead. -## Upgrade from 1.x to 2.x +## Upgrade from 1.x - Clean up the cache after upgrading. Old cache is not compatible with new code. ```