From c3700e11db0f283dd320a018c7e0ed40a102ef0f Mon Sep 17 00:00:00 2001 From: Bruce Weirdan Date: Mon, 3 Jan 2022 06:12:34 +0200 Subject: [PATCH] Updated UPGRADING.md --- UPGRADING.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/UPGRADING.md b/UPGRADING.md index d648e943f68..b18df6329be 100644 --- a/UPGRADING.md +++ b/UPGRADING.md @@ -120,4 +120,8 @@ `Psalm\Codebase::$analysis_php_version_id`. - [BC] Property `Psalm\Codebase::$php_minor_version` was removed, use `Psalm\Codebase::$analysis_php_version_id`. - + - [BC] Class `Psalm\Type\Atomic\TEmpty` was removed + - [BC] Method `Psalm\Type\Union::isEmpty()` was removed + - [BC] Property `Psalm\Config::$allow_phpstorm_generics` was removed + - [BC] Property `Psalm\Config::$exit_functions` was removed + - [BC] Method `Psalm\Type::getEmpty()` was removed