From deb491cf7068dcdff53e168aaf88f33270adf0fc Mon Sep 17 00:00:00 2001 From: AndrolGenhald Date: Thu, 17 Feb 2022 17:44:39 -0600 Subject: [PATCH] Add upgrading note. --- UPGRADING.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/UPGRADING.md b/UPGRADING.md index b44f1d37cbc..e9bc6d89b39 100644 --- a/UPGRADING.md +++ b/UPGRADING.md @@ -836,3 +836,5 @@ - :information_source: migration possible using `Psalm\PluginFileExtensionsSocket` - [BC] Method `\Psalm\Plugin\EventHandler\Event\AfterFunctionLikeAnalysisEvent::getClasslikeStorage()` was removed, use correct `\Psalm\Plugin\EventHandler\Event\AfterFunctionLikeAnalysisEvent::getFunctionlikeStorage()` instead + - [BC] Property `Psalm\Context::$inside_try` was removed + - [BC] Property `Psalm\Context::$finally_scope` was removed