From e5b912bb2b543bb9c924ccdca2d99789a7d77c6e Mon Sep 17 00:00:00 2001 From: Bruce Weirdan Date: Thu, 31 Aug 2023 16:30:37 +0200 Subject: [PATCH] Document BC break --- UPGRADING.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/UPGRADING.md b/UPGRADING.md index 01f1a67dd..0bf6ee605 100644 --- a/UPGRADING.md +++ b/UPGRADING.md @@ -9,6 +9,8 @@ - [BC] The `TDependentListKey` type was removed and replaced with an optional property of the `TIntRange` type. +- [BC] Value of constant `Psalm\Type\TaintKindGroup::ALL_INPUT` changed to reflect a new `TaintKind::INPUT_XPATH` have been added. Accordingly, default values for `$taint` parameters of `Psalm\Codebase::addTaintSource()` and `Psalm\Codebase::addTaintSink()` have been changed as well. + # Upgrading from Psalm 4 to Psalm 5 ## Changed